IContextMenuItemInfo.Children Property
In This Article
Returns a menu item’s children.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IEnumerable<IContextMenuItemInfo> Children { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<IContext |
An IEnumerable |
#Remarks
Note
To check whether a menu item has child items in code, use the Has
See Also