Skip to main content
Tab

ASPxMenuBase.HasVisibleItems() Method

Returns a value that indicates whtether a menu control has visible root 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 menu contains any visible root item; false if there are no visible root items within the menu (or there are no items at all).

See Also