Enum AutoEllipsisMode
Defines the constants that specifies the ellipsis mode of the SfDataPager.
Namespace: Syncfusion.WinForms.DataPager.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum AutoEllipsisMode
Fields
| Name | Description |
|---|---|
| After | Specifies that the ellipsis button should be displayed after the numeric buttons. |
| Before | Specifies that the ellipsis button should be displayed before the numeric buttons. |
| Both | Specifies that the ellipsis button should be displayed in both before and after the numeric buttons. |
| None | Specifies that the ellipsis button should not be displayed. |