Gets or sets a value indicating whether selection is enabled or not.
Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public bool EnableSelection { get; set; }
|
VB |
Public Property EnableSelection As Boolean
|
Property value
Type: Boolean
true, to enable selection; otherwise, false.

See Also