Skip to main content

MapItemEditingEventArgs.EditMode Property

Returns the map edit mode.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapEditMode EditMode { get; }

Property Value

Type Description
MapEditMode

The map edit mode.

Available values:

Name Description
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