HamburgerMenu.HeaderHeight Property
In This Article
Gets or sets the height of the menu header.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#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