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

MenuItem.HasChildren Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool HasChildren { get; }

Property Value

Type Description
Boolean

true if the menu item contains any child subitems; false if the menu item doesn’t have subitems at all.

See Also