A newer version of this page is available.
Switch to the current version.
MapControl.SelectionMode Property
Gets or sets a value specifying how the map control is selected.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue(ElementSelectionMode.Extended)]
public ElementSelectionMode SelectionMode { get; set; }
<DefaultValue(ElementSelectionMode.Extended)>
Public Property SelectionMode As ElementSelectionMode
Property Value
Type | Default | Description |
---|---|---|
ElementSelectionMode | Extended |
An ElementSelectionMode enumeration member specifying the map's selection behavior. |
See Also
Feedback