DataPager.MaximumRows 屬性

定義

取得每個資料頁上顯示的最大資料錄筆數。

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 屬性來變更此屬性的值。

適用於

另請參閱