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

MapEditor.SetCreateModeCommand Property

Returns the command that switches the Editor to the Create mode.

Namespace: DevExpress.Xpf.Map

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

Declaration

public ICommand SetCreateModeCommand { get; }

Property Value

Type Description
ICommand

The command that switches the Editor to the Create mode.

Remarks

This command receives a MapItemSettingsBase object as the command parameter. The object specifies the type of a new map item and provides the default item configuration.

See Also