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

HamburgerMenuBottomBarNavigationButton.Placement Property

Specifies the alignment of the button. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public HamburgerMenuBottomBarNavigationButtonPlacement Placement { get; set; }

Property Value

Type Description
HamburgerMenuBottomBarNavigationButtonPlacement

A HamburgerMenuBottomBarNavigationButtonPlacement enumeration value.

Available values:

Name Description
Left

The button is aligned to the left.

Right

The button is aligned to the right.

See Also