Back to Devexpress

DiagramCommands.Undo Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-b8add8d5.md

latest1.0 KB
Original Source

DiagramCommands.Undo Property

Gets the command that cancels changes resulting from the last operation.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand Undo { get; }
vb
Public ReadOnly Property Undo 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