Enum
DataPagerDisplayMode

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.

Declaration

cs-api-definition
FirstPageButton = 1

Field Value

DataPagerDisplayMode

LastPageButton

The button that navigates to the last page can be displayed.

Declaration

cs-api-definition
LastPageButton = 32

Field Value

DataPagerDisplayMode

NavigationComboBox

The navigation ComboBox (between the previous-page and next-page buttons) can be displayed.

Declaration

cs-api-definition
NavigationComboBox = 8

Field Value

DataPagerDisplayMode

NavigationView

The navigation view can be displayed - it contains a ComboBox with page numbers.

Declaration

cs-api-definition
NavigationView = 128

Field Value

DataPagerDisplayMode

NextPageButton

The button that navigates to the next page can be displayed.

Declaration

cs-api-definition
NextPageButton = 16

Field Value

DataPagerDisplayMode

None

No views can be displayed.

Declaration

cs-api-definition
None = 0

Field Value

DataPagerDisplayMode

NumericButtons

Numeric buttons can be displayed.

Declaration

cs-api-definition
NumericButtons = 4

Field Value

DataPagerDisplayMode

PageSizesView

The page-sizes view can be displayed - it contains the available page-sizes that the end-user can choose from.

Declaration

cs-api-definition
PageSizesView = 64

Field Value

DataPagerDisplayMode

PrevPageButton

The button that navigates to the previous page can be displayed.

Declaration

cs-api-definition
PrevPageButton = 2

Field Value

DataPagerDisplayMode