Back to Devexpress

NavBarGroup.ActualIsVisible Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroup-fc3ce891.md

latest1.3 KB
Original Source

NavBarGroup.ActualIsVisible Property

Gets if this NavBarGroup is currently visible. This is a dependency property.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public bool ActualIsVisible { get; protected set; }
vb
Public Property ActualIsVisible As Boolean

Property Value

TypeDescription
Boolean

true if this NavBarGroup is currently visible; otherwise, false.

|

Remarks

Use the NavBarGroup.IsVisible property to toggle group visibility.

See Also

IsVisible

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace