Skip to main content

HamburgerSubMenuNavigationButton.IsSelected Property

Gets or sets whether the current item is selected among the items in the HamburgerSubMenu to which it belongs.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsSelected { get; set; }

Property Value

Type Description
Boolean

true, if the current item is selected in its sub-menu; otherwise, false.

Remarks

The IsSelected property specifies whether the current item is selected among the items in the HamburgerSubMenu to which it belongs. To get the item currently selected in the sub-menu, use the HamburgerSubMenu.SelectedItem.

See Also