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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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