ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Expander Namespace / C1Expander Class / C1Expander Constructor / C1Expander Constructor(String)
Text that will be rendered into header panel.

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

    Parameters

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