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.SelectedGroupPopupMode Property

Specifies how groups activate from the collapsed Hamburger Menu.

#Declaration

Delphi
property SelectedGroupPopupMode: TdxNavBarHamburgerMenuSelectedGroupPopupMode read; write; default pmDocked;

#Property Value

Type Default
TdxNavBarHamburgerMenuSelectedGroupPopupMode pmDocked

#Remarks

Use this property to determine the appearance of the popup window that contains an activated (that is, expanded) group’s content when the collapsed Hamburger Menu is displayed as a narrow vertical bar at the left or right border of the NavBar control’s parent (that is, the DisplayMode property is set to dmInline or dmOverlay). Refer to the TdxNavBarHamburgerMenuSelectedGroupPopupMode type description for details on available options.

The SelectedGroupPopupMode property’s default value is pmDocked.

See Also