BaseDataListDesigner::DataSourceDesigner Property

 

Gets the designer of the data source, when one is selected for data binding.

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

public:
property IDataSourceDesigner^ DataSourceDesigner {
	IDataSourceDesigner^ get();
}

Property Value

Type: System.Web.UI.Design::IDataSourceDesigner^

The designer for the data source of the associated control.

The DataSourceDesigner property returns the designer for the data source of the associated control that is derived from the BaseDataList class. The designer object implements the IDataSourceDesigner interface.

.NET Framework
Available since 2.0
Return to top
Show: