Skip to main content
A newer version of this page is available. .

HamburgerMenu.IsMenuVisible Property

Gets or sets whether the menu is visible.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public bool IsMenuVisible { get; set; }

Property Value

Type Description
Boolean

true, if the menu is visible; otherwise, false. The default is true.

See Also