TdxNavBarHamburgerMenuSelectedGroupPopupMode Enum
Enumerates available selected (that is, active or expanded) group display modes in a collapsed Hamburger Menu.
Declaration
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