Class AutoEllipsisMode
Defines constants that describes the possible ellipsis mode for a NumericButton in the scrollable panel of the SfDataPager.
Inheritance
System.Object
AutoEllipsisMode
Namespace: Syncfusion.SfDataGrid.XForms.DataPager
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class AutoEllipsisMode : Enum
Fields
After
Specifies that the last NumericButton in view will be displayed as ellipsis Content, which upon clicking navigates to a page based on NumericButtonCount.
Declaration
public const AutoEllipsisMode After
Field Value
Type |
---|
AutoEllipsisMode |
Before
Specifies that the first NumericButton of the pager will be displayed as ellipsis Content, which upon clicking navigates to a page based on NumericButtonCount.
Declaration
public const AutoEllipsisMode Before
Field Value
Type |
---|
AutoEllipsisMode |
Both
Specifies that the first and last NumericButton in the view is displayed as ellipsis Content, which upon clicking navigates to a page based on NumericButtonCount.
Declaration
public const AutoEllipsisMode Both
Field Value
Type |
---|
AutoEllipsisMode |
None
Specifies that ellipsis mode is not applied to the NumericButton, all numeric buttons will be in view.
Declaration
public const AutoEllipsisMode None
Field Value
Type |
---|
AutoEllipsisMode |