Skip to main content

IContextMenuItemInfo.HasChildren Property

Returns a Boolean value that specifies whether a menu item has child items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

bool HasChildren { get; }

Property Value

Type Description
Boolean

true if the menu item has child items; otherwise, false.

Remarks

Use this property to determine if a menu item has child items.

Note

If the HasChildren property returns true, use the Children property to get a collection of a menu item’s children.

See Also