Skip to main content

DiagramCustomItemQueryContinueDragEventArgs.Action Property

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

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DragAction Action { get; set; }

Property Value

Type Description
DragAction

A System.Windows.DragAction enumeration value.

See Also