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

DiagramCustomItemQueryContinueDragEventArgs.Action Property

Indicates the kind of the action that raised the event.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DragAction Action { get; set; }

Property Value

Type Description
DragAction

A System.Windows.Forms.DragAction enumeration value.

See Also