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

NavigationPanelLocation Enum

Lists the values used to specify the location of a Navigation Panel.

Namespace: DevExpress.UI.Xaml.Map

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

Declaration

public enum NavigationPanelLocation

Members

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.

Related API Members

The following properties accept/return NavigationPanelLocation values:

Remarks

The values listed by the NavigationPanelLocation enumerator are used to set the NavigationPanelOptions.Location property.

See Also