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
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:
- HamburgerMenuBottomBarCheckBox.Placement
- HamburgerMenuBottomBarNavigationButton.Placement
- HamburgerMenuBottomBarRadioButton.Placement
See Also