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

ASPxMenuBase.HasVisibleItems() Method

Returns a value that indicates whtether a menu control has visible root items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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