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設定 和 MaximumRows 屬性的新值StartRowIndex。 它也會叫 IPageableItemContainer.SetPageProperties 用 方法來更新相關聯數據綁定控件中的頁面相關屬性。