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

Defines the semantic type of item within a RadDataPager.

Definition

Namespace:Telerik.Maui.Controls.DataPager

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum DataPagerItemType

Fields

Identifies the button that navigates to the first page.

C#
FirstPageButton = 1

Identifies the button that navigates to the last page.

C#
LastPageButton = 5

Identifies the navigation ComboBox (between the previous-page and next-page buttons).

C#
NavigationComboBox = 3

Identifies the button that navigates to the next page.

C#
NextPageButton = 4

No specific type.

C#
None = 0

Identifies the button that navigates to the previous page.

C#
PrevPageButton = 2