HamburgerSubMenu.SelectedItem Property
Gets or sets the item that is selected in the current sub-menu.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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. To get or set whether a particular item is selected, use the HamburgerSubMenuNavigationButton.IsSelected property.
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.