HamburgerMenuBottomBarRadioButton.Placement Property
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
Property Value
| Type | Description |
|---|---|
| HamburgerMenuBottomBarNavigationButtonPlacement | A HamburgerMenuBottomBarNavigationButtonPlacement enumeration constant that specifies the button position, such as Left or Right, in the HamburgerMenu‘s bottom bar. The default is Left. |
Available values:
| Name | Description |
|---|---|
| Left | The button is aligned to the left. |
| Right | The button is aligned to the right. |
Remarks
The HamburgerMenuBottomBarRadioButton 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