Back to Devexpress

HamburgerMenuBottomBarCheckBox.Placement Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenubottombarcheckbox-74b00c06.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public HamburgerMenuBottomBarItemPlacement Placement { get; set; }
vb
Public Property Placement As HamburgerMenuBottomBarItemPlacement

Property Value

TypeDescription
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:

NameDescription
Left

The button is aligned to the left.

| | Right |

The button is aligned to the right.

|

See Also

HamburgerMenuBottomBarCheckBox Class

HamburgerMenuBottomBarCheckBox Members

DevExpress.Xpf.WindowsUI Namespace