TdxNavBarHamburgerMenuNavigationPaneMode Enum
Enumerates available Navigation Pane display modes for the Hamburger Menu.
#Declaration
TdxNavBarHamburgerMenuNavigationPaneMode = (
npmCompact,
npmFull,
npmNone
);
#Members
Name |
---|
npm
|
npm
|
npm
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
npm | The Hamburger Menu displays its Navigation Pane at the bottom border. The expanded menu shows the pane as a horizontal bar populated with the buttons without captions that correspond to all root groups. The Nav The active root group’s content occupies the available space between the Navigation Pane and the Nav | |
npm | The Hamburger Menu displays the Navigation Pane at the bottom border. The pane is populated from top to bottom with the full-sized buttons that correspond to all root groups and display their captions. The collapsed menu’s Navigation Pane shows minimized buttons in the same manner as in the The active root group’s content occupies the available space between the Navigation Pane and the Nav | |
npm | The Hamburger Menu shows no dedicated Navigation Pane in this mode. Both the root groups and their contents share the menu’s area, below the Nav Note The Nav |
The NavBar control’s OptionsView.HamburgerMenu.NavigationPaneMode property references the TdxNavBarHamburgerMenuNavigationPaneMode type.