Back to Devexpress

DragActionKind Enum

corelibraries-devexpress-dot-diagram-dot-core-ab11cfa4.md

latest931 B
Original Source

DragActionKind Enum

Lists values that specify if and how the drag-and-drop operation should continue.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum DragActionKind
vb
Public Enum DragActionKind

Members

NameDescription
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

DevExpress.Diagram.Core Namespace