EnumDataPagerItemType
Enum
Defines the semantic type of item within a RadDataPager.
Definition
Namespace:Telerik.Maui.Controls.DataPager
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum DataPagerItemType
Fields
FirstPageButton
Identifies the button that navigates to the first page.
LastPageButton
Identifies the button that navigates to the last page.
NavigationComboBox
Identifies the navigation ComboBox (between the previous-page and next-page buttons).
NextPageButton
Identifies the button that navigates to the next page.
PrevPageButton
Identifies the button that navigates to the previous page.