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