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