DragActionKind Enum
Lists values that specify if and how the drag-and-drop operation should continue.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
Continue
|
Continue the drag-and-drop operation. |
Drop
|
Finalize the drag-and-drop operation. |
Cancel
|
Cancel the drag-and-drop operation and discard changes. |
See Also