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

NavigationPanelOptions.Location Property

Specifies the location of a Navigation Panel.

Namespace: DevExpress.UI.Xaml.Map

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

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
See Also