Skip to main content
A newer version of this page is available. .

IAccordionItemInfo.Expanded Property

Returns whether the Accordion item is expanded.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

bool Expanded { get; }

Property Value

Type Description
Boolean

true if the item is expanded; otherwise, false.

Remarks

Use the IAccordionItemInfo.Expanded property to determine if the Accordion item is expanded.

See Also