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

TdxNavBarHamburgerMenuSelectedGroupPopupMode Enum

Enumerates available selected (that is, active or expanded) group display modes in a collapsed Hamburger Menu.

#Declaration

Delphi
TdxNavBarHamburgerMenuSelectedGroupPopupMode = (
    pmDocked,
    pmUnDocked
);

#Members

Name
pmDocked
pmUnDocked

#Remarks

Options include:

Value Description Example
pmDocked An expanded group’s content occupies a docked popup window that shows the group’s caption at the top. The docked window has the same height as the collapsed Hamburger Menu in Inline and Overlay display modes.
pmUnDocked An expanded group’s content occupies a separate popup window whose height is calculated automatically to fit the content with all nested groups maintaining their expanded/collapsed states. The popup window automatically expands to fit a previously collapsed nested group when a user expands it.

The NavBar control’s OptionsBehavior.HamburgerMenu.SelectedGroupPopupMode property references the TdxNavBarHamburgerMenuSelectedGroupPopupMode type.

See Also