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

HamburgerMenu.HeaderHeight Property

Gets or sets the height of the menu header.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public double HeaderHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the height of the menu header.

Remarks

You set the menu header with the HamburgerMenu.Header property. The HeaderHeight property allows you to specify the header height.

See Also