DragActionKind Enum
Lists values that specify if and how the drag-and-drop operation should continue.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
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