Skip to main content
Tab

NavBarGroup.HasVisibleItems() Method

Returns a value that indicates whether the group has visible items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool HasVisibleItems()

Returns

Type Description
Boolean

true if the group contains any visible item; false if no item is visible within the group (or the group doesn’t have items at all).

See Also