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

VectorLayerBase.AllowResetSelection Property

Gets or sets a value indicating whether or not selection should be reset when an end-user clicks on a map area without selectable elements.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public bool AllowResetSelection { get; set; }

Property Value

Type Description
Boolean

true, to allow reset selection; false to always keep selection.

See Also