HamburgerMenuBottomBarNavigationButton.Placement Property
Specifies the alignment of the button. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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