Enum CrossGridDropAction
Specifies the action to perform when dropping data across grids.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum CrossGridDropAction
Fields
| Name | Description |
|---|---|
| Copy | Copies the dragged data to the target grid. |
| Move | Moves the dragged data to the target grid. |