Skip to main content
Tab

ASPxNavBar.HasVisibleGroups() Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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