IAccordionItemInfo.HasChildren Property
In This Article
Returns whether the Accordion item has child items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
bool HasChildren { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Use this property to determine if an Accordion item has child items.
See Also