Specifies the supported ellipsis modes by the pager control.
Definition
Namespace:Telerik.Maui.Controls.DataPager
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataPagerEllipsisMode
Fields
Ellipsis is shown instead of the last numeric button.
C#
After = 2
Ellipsis is shown instead of the first numeric button.
C#
Before = 1
Ellipsis are shown on both sides.
C#
Both = 3
No ellipsis are shown.
C#
None = 0