ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPane Class / C1AccordionPane Constructor / C1AccordionPane Constructor(String)
Text that will be rendered into header panel.

In This Topic
    C1AccordionPane Constructor(String)
    In This Topic
    Initializes a new instance of the AccordionPane class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal headerText As System.String _
    )
    public C1AccordionPane( 
       System.string headerText
    )

    Parameters

    headerText
    Text that will be rendered into header panel.
    See Also