Class CrossGridDropAction
Specifies the action to perform when dropping data across grids.
Inheritance
System.Object
CrossGridDropAction
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class CrossGridDropAction : Enum
Fields
Copy
Copies the dragged data to the target grid.
Declaration
public const CrossGridDropAction Copy
Field Value
| Type |
|---|
| CrossGridDropAction |
Move
Moves the dragged data to the target grid.
Declaration
public const CrossGridDropAction Move
Field Value
| Type |
|---|
| CrossGridDropAction |