Click or drag to resize

PagedList<T> Properties

The PagedList<T> type exposes the following members.

Properties
  Name Description
Public property Capacity Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from List<T> )
Public property Count Gets the number of elements contained in the List<T>.
(Inherited from List<T> )
Public property Item Gets or sets the element at the specified index.
(Inherited from List<T> )
Public property Page Gets current page number.
Public property PageCount Gets calculated page count based on page size and total items count.
Public property PageSize Gets current page size.
Public property TotalCount Gets total count of elements in enumeration.
Top
See Also