Back to Devexpress

HamburgerMenuHyperlinkButton.Placement Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenuhyperlinkbutton-244e6538.md

latest1.6 KB
Original Source

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.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 Bottom.

|

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.

|

See Also

HamburgerMenuHyperlinkButton Class

HamburgerMenuHyperlinkButton Members

DevExpress.Xpf.WindowsUI Namespace