MapEditor.SetCreateMode(CreatableMapItemKind) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public void SetCreateMode(
CreatableMapItemKind itemKind
)
#Parameters
Name | Type | Description |
---|---|---|
item |
Creatable |
The type of map items that should be created in the Create mode. |
See Also