IDataBoundControl.DataSourceID Property

Definition

Gets or sets the ID of the data source control from which the data-bound control retrieves a list of data items.

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

Property Value

The ID of the data source control that contains the list of data items that the data-bound control retrieves.

Applies to