Class GridGroupDropAreaAlignment
Determine the GridGroupDropAreaAlignment.
Inheritance
System.Object
GridGroupDropAreaAlignment
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class GridGroupDropAreaAlignment : Enum
Fields
Bottom
Aligns GridGroupDrop in Bottom of Grid.
Declaration
public const GridGroupDropAreaAlignment Bottom
Field Value
| Type |
|---|
| GridGroupDropAreaAlignment |
Left
Aligns GridGroupDrop in Left of Grid.
Declaration
public const GridGroupDropAreaAlignment Left
Field Value
| Type |
|---|
| GridGroupDropAreaAlignment |
Right
Aligns GridGroupDrop in Right of Grid.
Declaration
public const GridGroupDropAreaAlignment Right
Field Value
| Type |
|---|
| GridGroupDropAreaAlignment |
Top
Aligns GridGroupDrop in top of Grid.
Declaration
public const GridGroupDropAreaAlignment Top
Field Value
| Type |
|---|
| GridGroupDropAreaAlignment |