Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HamburgerSubMenuNavigationButton Class

Represents a button with an icon in the HamburgerMenu‘s Sub Menu.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v24.2.dll

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public class HamburgerSubMenuNavigationButton :
    HamburgerMenuNavigationButton<HamburgerSubMenu>,
    IHamburgerSubMenuItem,
    IVisualItem,
    ISupportOwner<HamburgerSubMenu>

#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

Show 15 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ContentControl
ButtonBase
Button
DevExpress.Xpf.WindowsUI.Internal.HamburgerMenuButtonBase<HamburgerSubMenu>
HamburgerMenuNavigationButtonBase<HamburgerSubMenu>
DevExpress.Xpf.WindowsUI.Internal.HamburgerMenuSelectableNavigationButtonBase<HamburgerSubMenu>
HamburgerMenuNavigationButton<HamburgerSubMenu>
HamburgerSubMenuNavigationButton
See Also