The PagedList<(Of <(T>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PagedList<(Of <(T>)>) |
Initializes a new instance of the PagedList class.
|
Properties
| Name | Description | |
|---|---|---|
| HasNextPage |
Gets or sets a value indicating whether the list has a next page.
| |
| HasPreviousPage |
Gets or sets a value indicating whether the list has a previous page.
| |
| IsFirstPage |
Gets or sets a value indicating whether the current page is the first.
| |
| IsLastPage |
Gets or sets a value indicating whether the current page is the last.
| |
| PageCount |
Gets or sets the page count.
| |
| PageIndex |
Gets or sets the page index.
| |
| PageNumber |
Gets the page number.
| |
| PageSize |
Gets or sets the page size.
| |
| TotalItemCount |
Gets or sets the total item count.
|