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

DiagramControl.CanUndo Property

Indicates whether the user can undo the previous operation. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

[Browsable(false)]
public bool CanUndo { get; }

Property Value

Type Description
Boolean

true if the user can undo the previous opration; otherwise, false.

See Also