Back to Devexpress

MapEditor.EditMode Property

windowsforms-devexpress-dot-xtramap-dot-mapeditor-52e0b3e3.md

latest1.5 KB
Original Source

MapEditor.EditMode Property

Returns the Map Editor mode that is currently activated.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public MapEditMode EditMode { get; }
vb
<Browsable(False)>
Public ReadOnly Property EditMode As MapEditMode

Property Value

TypeDescription
MapEditMode

The Map Editor mode.

|

Available values:

NameDescription
None

The edit mode is not specified.

| | Transform |

The Transform mode is enabled.

| | Edit |

The Edit mode is enabled.

| | Create |

The Create mode is enabled.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace