Navigation in Pager Component
30 Jun 20221 minute to read
The following methods are available in the Pager component for performing Pager actions externally.
| Method | Description |
|---|---|
| GoToPageAsync | This method navigates the target page by the given number in the argument. |
| GoToLastPageAsync | This method navigates to the last page of the pager component. |
| GoToFirstPageAsync | This method navigates to the first page of the pager component. |
| GoToNextPageAsync | This method navigates to the next page of the pager component. |
| GoToPreviousPageAsync | This method navigates to the previous page of the pager component. |
| UpdatePageSizeAsync | This method updates the page size of the Pager. |
| UpdateNumericItemsCountAsync | This method updates the numeric item count of the Pager. |
| RefreshAsync | This method applies all the property changes and renders the component again. |