The properties of the PagedDataSource class are listed below. For a complete list of PagedDataSource class members, see the PagedDataSource Members topic.
AllowCustomPaging | Whether to assume the underlying datasource contains data for just the current page. This is only applicable if AllowPaging is true. In this scenario, the developer can fetch just the right number of items from the DataSet to fill up a single page, which may be more efficient based on the source of the data. |
AllowPaging | Whether to implement page semantics on top of the underlying datasource. |
Count | Returns the number of items to be used from the datasource. This takes into account several factors such as paged/non-paged modes, custom paging, and last page. |
CurrentPageIndex | The index of the current page. |
DataSource | [To be supplied.] |
DataSourceCount | [To be supplied.] |
FirstIndexInPage | [To be supplied.] |
IsCustomPagingEnabled | [To be supplied.] |
IsFirstPage | [To be supplied.] |
IsLastPage | [To be supplied.] |
IsPagingEnabled | [To be supplied.] |
IsReadOnly | [To be supplied.] |
IsSynchronized | [To be supplied.] |
PageCount | [To be supplied.] |
PageSize | [To be supplied.] |
SyncRoot | [To be supplied.] |
VirtualCount | [To be supplied.] |