Back to Devexpress

DragDropActions Enum

windowsforms-devexpress-dot-utils-dot-dragdrop-d6bfea8a.md

latest1.9 KB
Original Source

DragDropActions Enum

Enumerates actions available in a drag-and-drop operation.

Namespace : DevExpress.Utils.DragDrop

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public enum DragDropActions
vb
Public Enum DragDropActions

Members

NameDescription
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.

|

The following properties accept/return DragDropActions values:

Remarks

This type is used to specify the following properties:

See Also

Action

DevExpress.Utils.DragDrop Namespace