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

MapEditor.SetCreateMode(CreatableMapItemKind) Method

Enables the Map Editor‘s Create mode that allows creating items of the specified type.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public void SetCreateMode(
    CreatableMapItemKind itemKind
)

Parameters

Name Type Description
itemKind CreatableMapItemKind

The type of map items that should be created in the Create mode.

See Also