MapControl.NavigationPanelOptions Property
In This Article
Provides access to the navigation panel options of a map control.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Navigation |
A Navigation |
#Remarks
Use the NavigationPanelOptions property to access the navigation panel settings. After that, it becomes possible to control the visibility of navigation panel elements (e.g., NavigationPanelOptions.ShowScrollButtons, NavigationPanelOptions.ShowKilometersScale).
See Also