The following tables list the members exposed by IPager<T>.
Name | Description | |
---|---|---|
![]() | CurrentPage | Returns the current page. |
![]() | IsPageChanging | Returns true if a page change is in progress. |
![]() | PageSize | Returns the number of records requested for each page. |
![]() | TotalDataSourceItemCount | Returns the number of records available to be returned from the back-end data source. |
![]() | TotalItemCount | Returns the total number of items returned. |
![]() | TotalNumberOfPages | Returns the total number of pages. |
Name | Description | |
---|---|---|
![]() | FirstPageAsync | Overloaded. Moves to the first page. |
![]() | GoToPageAsync | Overloaded. Moves to the specified page. |
![]() | LastPageAsync | Overloaded. Moves to the last page. |
![]() | NextPageAsync | Overloaded. Moves to the page after the current page. |
![]() | PreviousPageAsync | Overloaded. Moves to the page before the current page. |