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

HamburgerSubMenu.ActualFlyoutHeaderHeight Property

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

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public double ActualFlyoutHeaderHeight { get; protected set; }

Property Value

Type Description
Double

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

See Also