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

HamburgerSubMenu.Placement Property

Gets or sets whether the sub-menu button is positioned at the top or bottom of the HamburgerMenu.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v24.2.dll

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public HamburgerMenuItemPlacement Placement { get; set; }

#Property Value

Type Description
HamburgerMenuItemPlacement

A HamburgerMenuItemPlacement enumeration constant, such as Top or Bottom, that specifies how the button is positioned in the menu. The default is Top.

Available values:

Name Description
Top

The item is aligned to the top of the menu.

Bottom

The item is aligned to the bottom of the menu.

#Remarks

The HamburgerSubMenu button can be top or bottom aligned in the HamburgerMenu. Use the Placement property to specify the sub-menu button position in the menu.

See Also