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

DiagramItemsMovingEventArgs.Stage Property

Indicates whether the moving operation has just started, is continuing or has been finished or canceled.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public DiagramActionStage Stage { get; }

Property Value

Type Description
DiagramActionStage

A DiagramActionStage enumeration value.

Available values:

Name
Start
Continue
Finished
Canceled
See Also