Back to Devexpress

DiagramCommands.Redo Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-56a4906c.md

latest1.1 KB
Original Source

DiagramCommands.Redo Property

Gets the command that reapplies the last action that was undone in the diagram control.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand Redo { get; }
vb
Public ReadOnly Property Redo As ICommand

Property Value

TypeDescription
ICommand

An object implementing the System.Windows.Input.ICommand interface.

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace