Skip to main content

HamburgerSubMenu.FlyoutHeaderHeight Property

Gets or sets the height, in pixels, of the fly-out panel header.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double FlyoutHeaderHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the height, in pixels, of the fly-out panel header.

Remarks

Use the HamburgerSubMenu.FlyoutHeader, FlyoutHeaderHeight and HamburgerSubMenu.FlyoutHeaderPadding properties to specify the header of the fly-out panel invoked with a click on the current sub-menu button, and its attributes.

See Also