Skip to main content

HamburgerSubMenu.SelectedItem Property

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

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.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