Back to Devexpress

DiagramControl.CanUndo Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-602e498e.md

latest1.1 KB
Original Source

DiagramControl.CanUndo Property

Gets whether the Undo action can currently be performed.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
Boolean

true if the Undo action can be performed; otherwise, false.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace