Skip to main content
A newer version of this page is available. .

MapControl.SelectionMode Property

Gets or sets a value specifying how the map control is selected.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue(ElementSelectionMode.Extended)]
public ElementSelectionMode SelectionMode { get; set; }

Property Value

Type Default Description
ElementSelectionMode **Extended**

An ElementSelectionMode enumeration member specifying the map’s selection behavior.

Available values:

Name Description
None

The selection of a map element is disabled.

Single

Selects the only map element.

Multiple

Selects multiple map elements.

Extended

Selects multiple consecutive map elements while holding down the SHIFT key.

See Also