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.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v19.2.dll

Declaration

public ElementSelectionMode SelectionMode { get; set; }

Property Value

Type Description
ElementSelectionMode

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

Available values:

Name Description
None

Selection is disabled.

Single

The user can select only one item at a time.

Multiple

The user can select multiple items without holding down a modifier key.

Extended

The user can select multiple consecutive items while holding down the SHIFT key.

See Also