Back to Devexpress

DiagramControl.CanUndo Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-cd7cac4f.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
[Browsable(false)]
public bool CanUndo { get; }
vb
<Browsable(False)>
Public ReadOnly Property CanUndo As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CanRedo

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace