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

MapEditor.ClearSavedActionsCommand Property

Returns the command that clears Editor command manager’s saved command list.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

public ICommand ClearSavedActionsCommand { get; }

Property Value

Type Description
ICommand

The command that clears Editor command manager’s saved command list.

See Also