This documentation is archived and is not being maintained.

ListViewPagedDataSource Properties

The ListViewPagedDataSource type exposes the following members.

  NameDescription
Public property AllowServerPaging Gets or sets a value that indicates whether server-based paging is enabled.
Public property Count Gets the number of items that will be used from the data source for the current page.
Public property DataSource Gets or sets the data source.
Public property DataSourceCount Gets the number of items in the data source.
Public property IsReadOnly Gets a value that indicates whether the ListViewPagedDataSource object is read-only.
Public property IsServerPagingEnabled Gets a value that indicates whether server-based paging is enabled.
Public property IsSynchronized Gets a value that indicates whether access to the data source is synchronized (thread-safe).
Public property MaximumRows Gets or sets the maximum number of items to display on a single page.
Public property StartRowIndex Gets or sets the index of the first record displayed on the page.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.
Public property TotalRowCount Gets or sets the total number of items in the data source when server-based paging is being used.
Top
Show: