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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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