Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HamburgerMenuBottomBarRadioButton.Placement Property

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
HamburgerMenuBottomBarItemPlacement

A HamburgerMenuBottomBarItemPlacement 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.

See Also