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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public DragAction Action { get; set; }

Property Value

Type Description
DragAction

A System.Windows.DragAction enumeration value.

See Also