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
DataPagerEllipsisMode
|
Before
Ellipsis is shown instead of the first numeric button.
Declaration
public const DataPagerEllipsisMode Before
Field Value
DataPagerEllipsisMode
|
Both
Ellipsis are shown on both sides.
Declaration
public const DataPagerEllipsisMode Both
Field Value
DataPagerEllipsisMode
|
None
No ellipsis are shown.
Declaration
public const DataPagerEllipsisMode None
Field Value
DataPagerEllipsisMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|