DataPager.SetPageProperties(Int32, Int32, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 DataPager 控件中与页相关的属性。
public:
virtual void SetPageProperties(int startRowIndex, int maximumRows, bool databind);
public virtual void SetPageProperties (int startRowIndex, int maximumRows, bool databind);
abstract member SetPageProperties : int * int * bool -> unit
override this.SetPageProperties : int * int * bool -> unit
Public Overridable Sub SetPageProperties (startRowIndex As Integer, maximumRows As Integer, databind As Boolean)
参数
- startRowIndex
- Int32
数据页中第一条记录的索引。
- maximumRows
- Int32
单个数据页上的最大项数。
- databind
- Boolean
如果设置属性后重新绑定控件,则为 true
;否则为 false
。
例外
没有与 DataPager 控件关联的数据绑定控件。
注解
方法 SetPageProperties 为 StartRowIndex 和 MaximumRows 属性设置新值。 它还调用 IPageableItemContainer.SetPageProperties 方法以更新关联的数据绑定控件中的页相关属性。