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.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
itemKind | CreatableMapItemKind | The type of map items that should be created in the Create mode. |
See Also