.NET MAUI DataPager Commands
The Telerik UI for .NET MAUI DataPager provides commands used to navigate through the pages.
The available commands are:
-
NavigateToFirstPageCommand
(ICommand
)—Specifies the command which executes when pressing the first page button. -
NavigateToPreviousPageCommand
(ICommand
)—Specifies the command which executes when pressing the previous page button. -
NavigateToPageCommand
(ICommand
)—Specifies the command which executes when pressing a numeric button. -
NavigateToNextPageCommand
(ICommand
)—Specifies the command which executes when pressing the next page button. -
NavigateToLastPageCommand
(ICommand
)—Specifies the command which executes when pressing the last page button.
Additional Resources
- .NET MAUI DataPager Product Page
- .NET MAUI DataPager Forum Page
- Telerik .NET MAUI Blogs
- Telerik .NET MAUI Roadmap