DataPager.MaximumRows 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得每個資料頁上顯示的最大資料錄筆數。
public:
property int MaximumRows { int get(); };
[System.ComponentModel.Browsable(false)]
public int MaximumRows { get; }
[<System.ComponentModel.Browsable(false)>]
member this.MaximumRows : int
Public ReadOnly Property MaximumRows As Integer
屬性值
每個資料頁上顯示的最大資料錄筆數。
- 屬性
備註
MaximumRows使用 屬性來擷取數據頁面的大小。 屬性 MaximumRows 包含與屬性相同的值 PageSize 。 您可以藉由設定 PageSize 屬性來變更此屬性的值。