HamburgerMenuBottomBarCheckBox.Placement Property
In This Article
Gets or sets whether the button is positioned at the left or right of the HamburgerMenu‘s bottom bar.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public HamburgerMenuBottomBarNavigationButtonPlacement Placement { get; set; }
#Property Value
Type | Description |
---|---|
Hamburger |
A Hamburger |
Available values:
Name | Description |
---|---|
Left | The button is aligned to the left. |
Right | The button is aligned to the right. |
#Remarks
The HamburgerMenuBottomBarCheckBox can be left or right aligned in the HamburgerMenu‘s bottom bar. Use the Placement property to specify the button position in the bottom bar.
See Also