Back to Devexpress

MapEditor.UndoCommand Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-6db7799c.md

latest961 B
Original Source

MapEditor.UndoCommand Property

Returns the command that cancels the last action.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Property Value

TypeDescription
ICommand

The command that cancels the last action.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace