DataBoundControlDesigner::DataSourceDesigner Property

 

Gets the designer of the data source of the underlying data-bound control.

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 of the data source of the underlying data-bound control.

.NET Framework
Available since 2.0
Return to top
Show: