DataMember Property (C1Accordion)
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.
public override System.string DataMember {get; set;}
'Declaration
Public Overrides Property DataMember As System.String
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.