Class DataPagerEllipsisMode
Specifies the supported ellipsis modes by the pager control.
Inheritance
System.Object
DataPagerEllipsisMode
Namespace: Telerik.Maui.Controls.DataPager
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataPagerEllipsisMode : Enum
Fields
After
Ellipsis is shown instead of the last numeric button.
Declaration
public const DataPagerEllipsisMode After
Field Value
Before
Ellipsis is shown instead of the first numeric button.
Declaration
public const DataPagerEllipsisMode Before
Field Value
Both
Ellipsis are shown on both sides.
Declaration
public const DataPagerEllipsisMode Both
Field Value
None
No ellipsis are shown.
Declaration
public const DataPagerEllipsisMode None
Field Value
value__
Declaration
public int value__
Field Value
System.
|