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

HamburgerMenuHyperlinkButton.Placement Property

Gets or sets whether the button is positioned at the top or bottom of the menu. 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 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 Bottom.

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.

See Also