Skip to main content

TdxNavBarHamburgerMenuBehaviorOptions.SelectedGroupPopupMode Property

Specifies how groups activate from the collapsed Hamburger Menu.

Declaration

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