Class DropPosition
Specifies the position where a dragged row should be dropped relative to the target row.
Inheritance
System.Object
DropPosition
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class DropPosition : Enum
Fields
DropAbove
Indicates that the dragged row will be placed above the target row.
Declaration
public const DropPosition DropAbove
Field Value
| Type |
|---|
| DropPosition |
DropBelow
Indicates that the dragged row will be placed below the target row.
Declaration
public const DropPosition DropBelow
Field Value
| Type |
|---|
| DropPosition |
None
Indicates that no valid drop position is available.
Declaration
public const DropPosition None
Field Value
| Type |
|---|
| DropPosition |