The PagedList<(Of <(<'T>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from List<(Of <(<'T>)>)>.) | |
| Count | Gets the number of elements actually contained in the List<(Of <(<'T>)>)>. (Inherited from List<(Of <(<'T>)>)>.) | |
| HasNextPage |
Gets a boolean indicating if there is a next page available
| |
| HasPreviousPage |
Gets a boolean indicating if there is a previous page available
| |
| IsFirstPage |
Gets a boolean indicating if this is the first page
| |
| IsLastPage |
Gets a boolean indicating if this is the last page
| |
| Item | Gets or sets the element at the specified index. (Inherited from List<(Of <(<'T>)>)>.) | |
| PageCount |
The no of pages in this list
| |
| PageIndex |
The index of the page contained in this list
| |
| PageSize |
The size of the page in this list
| |
| TotalCount |
The total number of objects in the data store
|