Skip to main content

NavigationPanelLocation Enum

Lists the values used to specify 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 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