NavBarGroup.ActualIsVisible Property
In This Article
Gets if this NavBarGroup is currently visible. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if this Nav |
#Remarks
Use the NavBarGroup.IsVisible property to toggle group visibility.
See Also