HamburgerMenu.IsMenuVisible Property
Gets or sets whether the menu is visible.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the menu is visible; otherwise, false. The default is true. |
Remarks
Use the IsMenuVisible property to specify whether the menu is visible.
The menu can be automatically hidden on item selection. For this purpose, set the required item’s HamburgerMenuNavigationButton.HideMenuWhenSelected or HamburgerSubMenuNavigationButton.HideMenuWhenSelected property to true.
See Also