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

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