Skip to main content
A newer version of this page is available. .

HamburgerMenuBottomBarCheckBox.Placement Property

Gets or sets whether the check box 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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public HamburgerMenuBottomBarItemPlacement Placement { get; set; }

Property Value

Type Description
HamburgerMenuBottomBarItemPlacement

A HamburgerMenuBottomBarItemPlacement enumeration constant that specifies the check box 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