Enum
DataPagerItemType

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.

Declaration

cs-api-definition
FirstPageButton = 1

Field Value

DataPagerItemType

LastPageButton

Identifies the button that navigates to the last page.

Declaration

cs-api-definition
LastPageButton = 5

Field Value

DataPagerItemType

NavigationComboBox

Identifies the navigation ComboBox (between the previous-page and next-page buttons).

Declaration

cs-api-definition
NavigationComboBox = 3

Field Value

DataPagerItemType

NextPageButton

Identifies the button that navigates to the next page.

Declaration

cs-api-definition
NextPageButton = 4

Field Value

DataPagerItemType

None

No specific type.

Declaration

cs-api-definition
None = 0

Field Value

DataPagerItemType

PrevPageButton

Identifies the button that navigates to the previous page.

Declaration

cs-api-definition
PrevPageButton = 2

Field Value

DataPagerItemType