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

MenuItem.HasVisibleChildren Property

Returns a value that indicates whether the current menu item has visible child items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool HasVisibleChildren { get; }

Property Value

Type Description
Boolean

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

See Also