Skip to main content
All docs
V25.1
  • IAccordionItemInfo.Expanded Property

    Returns whether the Accordion item is expanded.

    Namespace: DevExpress.Blazor

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