Skip to main content

TdxNavBarHamburgerMenuBehaviorOptions.Collapsed Property

Switches the Hamburger Menu between expanded and collapsed states.

Declaration

property Collapsed: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True or False to collapse or expand the Hamburger Menu. The menu switches between these states with a smooth sliding animation effect if the NavBar control’s OptionsBehavior.Common.AllowExpandAnimation property is set to True.

Use the DisplayMode property to determine the menu’s appearance and behavior in both states.

The Collapsed property’s default value is False.

See Also