Back to Devexpress

DiagramControl.CanRedo Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-682aab47.md

latest1.2 KB
Original Source

DiagramControl.CanRedo Property

Indicates whether there are actions that occurred recently within the control that can be reapplied. 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 CanRedo { get; }
vb
<Browsable(False)>
Public ReadOnly Property CanRedo As Boolean

Property Value

TypeDescription
Boolean

true if there are operations that have been undone that can be reapplied; otherwise, false.

|

See Also

CanUndo

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace