ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPane Class / Expanded Property

In This Topic
    Expanded Property
    In This Topic
    Gets or sets a value that determines whether the panel is in an expanded state.
    Syntax
    'Declaration
     
    Public Overridable Property Expanded As System.Boolean
    public virtual System.bool Expanded {get; set;}
    See Also