The PagedList<(Of <(<'T>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from List<(Of <(<'T>)>)>.)
Public propertyCount
Gets the number of elements actually contained in the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'T>)>)>.)
Public propertyHasNextPage
Gets a boolean indicating if there is a next page available
Public propertyHasPreviousPage
Gets a boolean indicating if there is a previous page available
Public propertyIsFirstPage
Gets a boolean indicating if this is the first page
Public propertyIsLastPage
Gets a boolean indicating if this is the last page
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from List<(Of <(<'T>)>)>.)
Public propertyPageCount
The no of pages in this list
Public propertyPageIndex
The index of the page contained in this list
Public propertyPageSize
The size of the page in this list
Public propertyTotalCount
The total number of objects in the data store

See Also