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

NavBarGroup.IsActive Property

Gets whether the group is active. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

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

Declaration

public bool IsActive { get; }

Property Value

Type Description
Boolean

true if the group is active; otherwise, false.

Remarks

Use the IsActive property to find out whether the group is active.

To learn more, see the Active Group topic.

See Also