ListViewPagedDataSource.AllowServerPaging Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether server-based paging is enabled.
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
Property Value
true
if server-based paging is enabled; otherwise, false
.
Remarks
Use the AllowServerPaging property to specify whether server-based paging is enabled. If this property is set to true
, the data source object performs server-based paging. Otherwise, the ListView control does UI-based paging. In UI-based paging, the ListView control requests all the records from the data source and uses only the ones for the current page.