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

In This Topic
    DataMember Property
    In This Topic
    Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.
    Syntax
    'Declaration
     
    Public Overrides Property DataMember As System.String
    public override System.string DataMember {get; set;}

    Property Value

    The name of the specific list of data that the data-bound control binds to, if more than one list is supplied by a data source control. The default value is System.String.Empty.
    See Also