Skip to main content

HamburgerMenu.ActualIsMenuVisible Property

Gets whether the menu is actually visible.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool ActualIsMenuVisible { get; protected set; }

Property Value

Type Description
Boolean

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

See Also