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

In This Topic
    HeaderField Property
    In This Topic
    Gets or sets the name of the field from the data source to bind to the panes header.
    Syntax
    'Declaration
     
    Public Property HeaderField As System.String
    public System.string HeaderField {get; set;}
    See Also