Bottom Bar
The Hamburger Menu displays the bottom bar in addition to the main menu. This bar is placed at the bottom of the Hamburger Menu and displays buttons that support icons as content.
To specify the collection of bottom bar items, use the HamburgerMenu.BottomBarItems property. This collection accepts the following buttons:
- HamburgerMenuBottomBarNavigationButton - a regular button with glyph that navigates an end-user to the page specified with the button’s HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetType or HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetTypeName property;
- HamburgerMenuBottomBarRadioButton - a button that allows an end-user to select an option from a group of options;
- HamburgerMenuBottomBarCheckBox - a button that an end-user can select (check) or clear (uncheck).