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

HamburgerMenu.ActualIsMenuVisible Property

Gets whether the menu is actually visible.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public bool ActualIsMenuVisible { get; protected set; }

Property Value

Type Description
Boolean

true, if the menu is actually visible; otherwise, false.

See Also