IDataBoundControl.DataSource Property

Definition

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

public:
 property System::Object ^ DataSource { System::Object ^ get(); void set(System::Object ^ value); };
public object DataSource { get; set; }
member this.DataSource : obj with get, set
Public Property DataSource As Object

Property Value

The object that contains the list of data that the data-bound control retrieves.

Applies to