ListViewPagedDataSource Properties
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | AllowServerPaging | Gets or sets a value that indicates whether server-based paging is enabled. |
![]() | Count | Gets the number of items that will be used from the data source for the current page. |
![]() | DataSource | Gets or sets the data source. |
![]() | DataSourceCount | Gets the number of items in the data source. |
![]() | IsReadOnly | Gets a value that indicates whether the ListViewPagedDataSource object is read-only. |
![]() | IsServerPagingEnabled | Gets a value that indicates whether server-based paging is enabled. |
![]() | IsSynchronized | Gets a value that indicates whether access to the data source is synchronized (thread-safe). |
![]() | MaximumRows | Gets or sets the maximum number of items to display on a single page. |
![]() | StartRowIndex | Gets or sets the index of the first record displayed on the page. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
![]() | TotalRowCount | Gets or sets the total number of items in the data source when server-based paging is being used. |
