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

HamburgerSubMenu.SelectedItem Property

Gets or sets the item that is selected in the current sub-menu.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public object SelectedItem { get; set; }

#Property Value

Type Description
Object

The item that is currently selected in the current sub-menu.

#Remarks

The SelectedItem property specifies the item that is currently selected in the current sub-menu.

If the HamburgerSubMenu.IsStandaloneSelectionItemMode property is set to true, selecting an item in the current sub-menu does not discard the selection in the main menu. If this feature is enabled, use the HamburgerMenu.SelectedItem and SelectedItem properties to get the item selected in the main menu and the current sub-menu, respectively.

See Also