Class DataPagerItemType
Defines the semantic type of item within a RadDataPager.
Inheritance
System.Object
DataPagerItemType
Namespace: Telerik.Maui.Controls.DataPager
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataPagerItemType : Enum
Fields
FirstPageButton
Identifies the button that navigates to the first page.
Declaration
public const DataPagerItemType FirstPageButton
Field Value
DataPagerItemType
|
LastPageButton
Identifies the button that navigates to the last page.
Declaration
public const DataPagerItemType LastPageButton
Field Value
DataPagerItemType
|
NavigationComboBox
NextPageButton
Identifies the button that navigates to the next page.
Declaration
public const DataPagerItemType NextPageButton
Field Value
DataPagerItemType
|
None
PrevPageButton
Identifies the button that navigates to the previous page.
Declaration
public const DataPagerItemType PrevPageButton
Field Value
DataPagerItemType
|
value__
Declaration
public int value__
Field Value
System.Int32
|