Skip to main content

DragActionKind Enum

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

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public enum DragActionKind

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