ListViewPagedDataSource.IsServerPagingEnabled Property

Definition

Gets a value that indicates whether server-based paging is enabled.

public:
 property bool IsServerPagingEnabled { bool get(); };
public bool IsServerPagingEnabled { get; }
member this.IsServerPagingEnabled : bool
Public ReadOnly Property IsServerPagingEnabled As Boolean

Property Value

true if server-based paging is indicated by using the AllowServerPaging property; otherwise, false.

Applies to

See also