QueryDragPreviewImageEventArgs.Action Property
Gets the drag-and-drop action (Copy, Move, etc.) to perform.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DragDropActions | A DragDropActions enumeration value that specifies the drag-and-drop action (Copy, Move, etc.) to perform. |
Available values:
Name | Description |
---|---|
All | The combination of the Copy, Move, and Scroll actions. |
Link | The data from the source control is linked to the target control. |
Copy | The data from the source control is copied to the target control. |
Move | The data from the source control is moved to the target control. |
Scroll | The target control is scrolled while dragging a node to a position that is not currently visible in the target control. |
None | The target control does not accept data. |