TdxNavBarHamburgerMenuSelectedGroupPopupMode Enum
In This Article
Enumerates available selected (that is, active or expanded) group display modes in a collapsed Hamburger Menu.
#Declaration
Delphi
TdxNavBarHamburgerMenuSelectedGroupPopupMode = (
pmDocked,
pmUnDocked
);
#Members
Name |
---|
pm
|
pm
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
pm |
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. | ![]() |
pm |
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