Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarHamburgerMenuBehaviorOptions.Collapsed Property

Switches the Hamburger Menu between expanded and collapsed states.

#Declaration

Delphi
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