BaseDataListDesigner::DataSource Property

 

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

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property String^ DataSource {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The DataSource value of the associated control.

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

.NET Framework
Available since 1.1
Return to top
Show: