Skip to main content

MapEditor.SetCreateMode(CreatableMapItemKind) Method

Enables the Map Editor‘s Create mode. In this mode, you can create map items of the specified type.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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