IDataBoundControl.DataMember Property

Definition

Gets or sets the name of the list of data that the data-bound control binds to when the data source contains more than one list of data items.

public:
 property System::String ^ DataMember { System::String ^ get(); void set(System::String ^ value); };
public string DataMember { get; set; }
member this.DataMember : string with get, set
Public Property DataMember As String

Property Value

The name of the list of data that the data-bound control binds to.

Applies to