C1.Web.Wijmo.Controls.45 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 _
)
 

Parameters

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