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

MapControl.EnableNavigation Property

Gets or sets whether to allow the end-user to scroll the map. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v19.2.dll

Declaration

public bool EnableNavigation { get; set; }

Property Value

Type Description
Boolean

true, to allow the end-user to scroll the map; otherwise, false.

Remarks

Setting the EnableNavigation property to false prevents end-users from zooming using mouse wheel and gestures regardless of the current MapControl.EnableZooming property value. In this case, end-users can zoom the map using the Navigation Panel.

See Also