Skip to main content

IAccordionItemInfo.Expanded Property

Returns whether the Accordion item is expanded.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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