Back to Devexpress

MapEditor.RedoCommand Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-f7d376b2.md

latest981 B
Original Source

MapEditor.RedoCommand Property

Returns the command that restores the last canceled action.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Property Value

TypeDescription
ICommand

The command that restores the last canceled action.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace