ListViewPagedDataSource.AllowServerPaging 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示是否啟用伺服器端分頁。
public:
property bool AllowServerPaging { bool get(); void set(bool value); };
public bool AllowServerPaging { get; set; }
member this.AllowServerPaging : bool with get, set
Public Property AllowServerPaging As Boolean
屬性值
如果啟用伺服器端分頁,則為 true
,否則為 false
。
備註
AllowServerPaging使用屬性來指定是否啟用伺服器型分頁。 如果這個屬性設定為 true
,則數據源物件會執行以伺服器為基礎的分頁。 否則,控件會 ListView 執行UI型分頁。 在以UI為基礎的分頁中 ListView ,控制項會要求數據源中的所有記錄,並且只使用目前頁面的所有記錄。