Skip to main content

HamburgerMenu.HeaderHeight Property

Gets or sets the height of the menu header.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

#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