IContextMenuItemInfo.Children Property
Returns a menu item’s children.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.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

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