BaseDataListDesigner.DataSource Property

Definition

Gets or sets the value of the data source property of the associated control.

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

Property Value

The DataSource value of the associated control.

Remarks

The DataSource property provides access from the designer to the DataSource property of the associated control that is derived from the BaseDataList class.

Applies to

See also