New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI DataPager Visual Structure

The visual structure of the .NET MAUI DataPager represents the anatomy of the UI component. Being familiar with the visual elements of the DataPager allows you to quickly find the information required to configure them.

The following image shows the anatomy of the DataPager.

.NET MAUI DataPager Visual Structure

Displayed Elements

  • First Page Button—Represents the first page button. This button brings the pager on the first page of data.
  • Previous Page Button—Represents the previous page button. This button decrements the DataPager's current page index and brings it on the previous page of data.
  • Numeric Page Buttons—Represents a set of buttons that lists the available pages and allows the user to go directly to the desired one.
  • Ellipsis—The first and the last numeric buttons can display an ellipsis instead of numbers when the pages are more than the rendered numeric buttons.
  • Next Page Button—Represents the next page button. This button increments the DataPager's current page index and brings it on the next page of data.
  • Last Page Button—Represents the last page button. This button brings the DataPager on the last page of data.
  • Page Sizes—This area represents the available page sizes (items per page) that the end-user can choose from.
  • Current Page—Indicates the current page.
  • Navigation View—This area allows the user to see the current page and the total count of pages. It also allows the user to select the desired page and navigate directly to it.

The elements are visualized based on the available space. For example, if the user starts resizing the screen to reduce/exceed the DataPager's width, the elements inside the DataPager will be removed/added.

The image below is from an Android device and shows the elements displayed in the DataPager based on the available space. The displayed elements are the First Page Button, Previous Page Button, NavigationComboBox , Next Page Button, and Last Page Button.

.NET MAUI DataPager Mobile

See Also

In this article