Skip to main content
A newer version of this page is available. .

DiagramCustomItemQueryContinueDragEventArgs.Action Property

Gets or sets the status of the current drag-and-drop operation.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

public DragAction Action { get; set; }

Property Value

Type Description
DragAction

A System.Windows.DragAction enumeration value.

See Also