TdxNavBarHamburgerMenuViewOptions Class
Stores the Hamburger Menu’s appearance settings.
Declaration
TdxNavBarHamburgerMenuViewOptions = class(
TdxNavBarPersistent
)
Remarks
This class provides the following members that allow you to:
Switch between Navigation Pane display modes (NavigationPaneMode).
Hide or show the header section and the overflow panel (ShowHeader and ShowOverflowPanel).
Adjust the distance between groups and the indent size for their nested items (SpaceBetweenGroups and ChildLevelIndent).
A NavBar control’s OptionsView.HamburgerMenu property references a TdxNavBarHamburgerMenuViewOptions object.
Inheritance
TObject
TPersistent
TdxNavBarPersistent
TdxNavBarHamburgerMenuViewOptions
See Also