Back to Devexpress

DiagramControl.CanRedo Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-b3da535d.md

latest1.2 KB
Original Source

DiagramControl.CanRedo Property

Gets whether the Redo 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 CanRedo { get; protected set; }
vb
<Browsable(False)>
Public Overridable Property CanRedo As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CanRedoChanged

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace