Skip to main content
Tab

ASPxNavBar.HasVisibleGroups() Method

In This Article

Returns a value that indicates whether the navbar has visible groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool HasVisibleGroups()

#Returns

Type Description
Boolean

true if the navbar contains any visible group; false if no group is visible (or there is no group in the navbar at all).

See Also