Skip to main content

NavigationPanelOptions.Location Property

Specifies the location of a Navigation Panel.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public NavigationPanelLocation Location { get; set; }

Property Value

Type Description
NavigationPanelLocation

A NavigationPanelLocation enumeration value.

Available values:

Name Description
Left

A navigation panel is docked to the left edge of the map.

Top

A navigation panel is docked to the top edge of the map.

Right

A navigation panel is docked to the right edge of the map.

Bottom

A navigation panel is docked to the bottom edge of the map.

Property Paths

You can access this nested property as listed below:

Object Type Path to Location
MapControl
MapControl
See Also