Skip to main content
A newer version of this page is available. .

MapEditor.RedoCommand Property

Returns the command that restores the last canceled action.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public ICommand RedoCommand { get; }

Property Value

Type Description
ICommand

The command that restores the last canceled action.

See Also