Skip to main content

HamburgerMenuHyperlinkButton.Placement Property

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

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public HamburgerMenuNavigationButtonPlacement Placement { get; set; }

Property Value

Type Description
HamburgerMenuNavigationButtonPlacement

A HamburgerMenuNavigationButtonPlacement 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 button is aligned to the top of the menu.

Bottom

The button is aligned to the bottom of the menu.

Remarks

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

See Also