Back to Devexpress

HamburgerSubMenu.Placement Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgersubmenu-c4777d3b.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

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

NameDescription
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

HamburgerSubMenu Class

HamburgerSubMenu Members

DevExpress.Xpf.WindowsUI Namespace