Class DataPagerDisplayMode
Defines the views that can be displayed within a Rad
Inheritance
Namespace: Telerik.Maui.Controls.DataPager
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataPagerDisplayMode : Enum
Fields
FirstPageButton
The button that navigates to the first page can be displayed.
Declaration
public const DataPagerDisplayMode FirstPageButton
Field Value
LastPageButton
The button that navigates to the last page can be displayed.
Declaration
public const DataPagerDisplayMode LastPageButton
Field Value
NavigationComboBox
NavigationView
NextPageButton
The button that navigates to the next page can be displayed.
Declaration
public const DataPagerDisplayMode NextPageButton
Field Value
None
No views can be displayed.
Declaration
public const DataPagerDisplayMode None
Field Value
NumericButtons
Numeric buttons can be displayed.
Declaration
public const DataPagerDisplayMode NumericButtons
Field Value
PageSizesView
The page-sizes view can be displayed - it contains the available page-sizes that the end-user can choose from.
Declaration
public const DataPagerDisplayMode PageSizesView
Field Value
PrevPageButton
The button that navigates to the previous page can be displayed.
Declaration
public const DataPagerDisplayMode PrevPageButton
Field Value
value__
Declaration
public int value__
Field Value
System.
|