HamburgerMenuBottomBarRadioButton.Placement Property
In This Article
Gets or sets whether the button is positioned to the left or right of the HamburgerMenu‘s bottom bar. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
public HamburgerMenuBottomBarItemPlacement 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. |
See Also