New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the views that can be displayed within a RadDataPager.

Definition

Namespace:Telerik.Maui.Controls.DataPager

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
[Flags]
public enum DataPagerDisplayMode

Fields

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

C#
FirstPageButton = 1

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

C#
LastPageButton = 32

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

C#
NavigationComboBox = 8

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

C#
NavigationView = 128

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

C#
NextPageButton = 16

No views can be displayed.

C#
None = 0

Numeric buttons can be displayed.

C#
NumericButtons = 4

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

C#
PageSizesView = 64

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

C#
PrevPageButton = 2