Skip to main content

DiagramCustomItemQueryContinueDragEventArgs.Action Property

Indicates the kind of the action that raised the event.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.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