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

MapControl.SelectItemsByRegionBehavior Property

Gets or sets settings of the Select by Region behavior.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public SelectItemsByRegionBehavior SelectItemsByRegionBehavior { get; set; }

Property Value

Type Description
SelectItemsByRegionBehavior

The settings of the Select by Region behavior.

Remarks

To disable the selection by region, set this property to null.

See Also