Class AutoEllipsisMode
Defines the constants that specifies the ellipsis mode of the SfDataPager.
Inheritance
System.Object
AutoEllipsisMode
Namespace: Syncfusion.WinForms.DataPager.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class AutoEllipsisMode : Enum
Fields
After
Specifies that the ellipsis button should be displayed after the numeric buttons.
Declaration
public const AutoEllipsisMode After
Field Value
| Type |
|---|
| AutoEllipsisMode |
Before
Specifies that the ellipsis button should be displayed before the numeric buttons.
Declaration
public const AutoEllipsisMode Before
Field Value
| Type |
|---|
| AutoEllipsisMode |
Both
Specifies that the ellipsis button should be displayed in both before and after the numeric buttons.
Declaration
public const AutoEllipsisMode Both
Field Value
| Type |
|---|
| AutoEllipsisMode |
None
Specifies that the ellipsis button should not be displayed.
Declaration
public const AutoEllipsisMode None
Field Value
| Type |
|---|
| AutoEllipsisMode |