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

NavBarGroup.ActualIsVisible Property

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

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public bool ActualIsVisible { get; protected set; }

Property Value

Type Description
Boolean

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

Remarks

Use the NavBarGroup.IsVisible property to toggle group visibility.

See Also