Skip to main content

HamburgerSubMenu.FlyoutHeader Property

Gets or sets the header of the sub-menu’s fly-out panel.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object FlyoutHeader { get; set; }

Property Value

Type Description
Object

The header of the sub-menu’s fly-out panel.

Remarks

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

See Also