Skip to main content

HamburgerMenuBottomBarNavigationButtonPlacement Enum

Lists values that specify a Bottom Bar navigation button’s horizontal alignment.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum HamburgerMenuBottomBarNavigationButtonPlacement

Members

Name Description
Left

The button is aligned to the left.

Right

The button is aligned to the right.

Related API Members

The following properties accept/return HamburgerMenuBottomBarNavigationButtonPlacement values:

Remarks

Values listed by this enumeration are used to set the values of the following properties:

See Also