HamburgerSubMenuNavigationButton Class
Represents a button with an icon in the HamburgerMenu‘s Sub Menu.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Remarks
You add buttons to the HamburgerMenu‘s sub-menu using the HamburgerSubMenu.Items collection.
The sub-menu items are displayed in a fly-out panel that is invoked with a click on the sub-menu button. You can also display the current sub-menu item directly in the HamburgerMenu below the sub-menu button in a preview. To do this, set the HamburgerSubMenuNavigationButton.ShowInPreview property to true.
Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ContentControl
ButtonBase
Button
DevExpress.Xpf.WindowsUI.Internal.HamburgerMenuButtonBase<HamburgerSubMenu>
HamburgerMenuNavigationButtonBase<HamburgerSubMenu>
DevExpress.Xpf.WindowsUI.Internal.HamburgerMenuSelectableNavigationButtonBase<HamburgerSubMenu>
See Also