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

In This Topic
    Header Property
    In This Topic
    Selector for the header element. By using this option you can put header/content elements inside LI tags or into any other more complex html markup.
    Syntax
    'Declaration
     
    Public Property Header As System.String
    public System.string Header {get; set;}
    See Also