IContextMenuItemInfo.HasChildren Property
Returns a Boolean value that specifies whether a menu item has child items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
bool HasChildren { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
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