Skip to main content

IContextMenuItemInfo.Children Property

Returns a menu item’s children.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

IEnumerable<IContextMenuItemInfo> Children { get; }

Property Value

Type Description
IEnumerable<IContextMenuItemInfo>

An IEnumerable<T> collection that stores a menu item’s children.

Remarks

ContextMenu Item Children

Note

To check whether a menu item has child items in code, use the HasChildren property.

See Also