Class SortIconPlacement
Defines placement of the sort icon.
Inheritance
System.Object
SortIconPlacement
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class SortIconPlacement : Enum
Fields
Left
SortIcon is placed in left side of cell.
Declaration
public const SortIconPlacement Left
Field Value
| Type |
|---|
| SortIconPlacement |
Right
SortIcon is placed in right side of cell.
Declaration
public const SortIconPlacement Right
Field Value
| Type |
|---|
| SortIconPlacement |
Top
SortIcon is placed in top side of cell.
Declaration
public const SortIconPlacement Top
Field Value
| Type |
|---|
| SortIconPlacement |