IPageableItemContainer.SetPageProperties(Int32, Int32, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定資料頁的屬性。
public:
void SetPageProperties(int startRowIndex, int maximumRows, bool databind);
public void SetPageProperties (int startRowIndex, int maximumRows, bool databind);
abstract member SetPageProperties : int * int * bool -> unit
Public Sub SetPageProperties (startRowIndex As Integer, maximumRows As Integer, databind As Boolean)
參數
- startRowIndex
- Int32
頁面上第一筆資料錄的索引。
- maximumRows
- Int32
單一頁面上的最大項目數。
- databind
- Boolean
在屬性設定後重新繫結控制項,則為 true
,否則為 false
。
備註
SetPageProperties每次控件必須更新頁面相關屬性時,控件就會呼叫 DataPager 方法。 由類別實作時,SetPageProperties方法必須使用 和 參數的值maximumRows
,在內部更新 MaximumRows 和 StartRowIndexstartRowIndex
屬性。