EnumDataPagerDisplayMode
Enum
Defines the views that can be displayed within a RadDataPager.
Definition
Namespace:Telerik.Maui.Controls.DataPager
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
[Flags]
public enum DataPagerDisplayMode
Fields
FirstPageButton
The button that navigates to the first page can be displayed.
LastPageButton
The button that navigates to the last page can be displayed.
NavigationComboBox
The navigation ComboBox (between the previous-page and next-page buttons) can be displayed.
NavigationView
The navigation view can be displayed - it contains a ComboBox with page numbers.
NextPageButton
The button that navigates to the next page can be displayed.
None
No views can be displayed.
NumericButtons
Numeric buttons can be displayed.
PageSizesView
The page-sizes view can be displayed - it contains the available page-sizes that the end-user can choose from.
PrevPageButton
The button that navigates to the previous page can be displayed.