Class DataPagerItemType
Defines the semantic type of item within a Rad
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
LastPageButton
Identifies the button that navigates to the last page.
Declaration
public const DataPagerItemType LastPageButton
Field Value
NavigationComboBox
NextPageButton
Identifies the button that navigates to the next page.
Declaration
public const DataPagerItemType NextPageButton
Field Value
None
PrevPageButton
Identifies the button that navigates to the previous page.
Declaration
public const DataPagerItemType PrevPageButton
Field Value
value__
Declaration
public int value__
Field Value
System.
|