Skip to main content

MapControl.NavigationPanelOptions Property

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

public NavigationPanelOptions NavigationPanelOptions { get; set; }

#Property Value

Type Description
NavigationPanelOptions

A NavigationPanelOptions object that contains the navigation panel settings.

#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