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

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(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 propertyIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IList<(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