DesignerDataSourceView::DataSourceDesigner Property

 

Gets a reference to the designer that created this DesignerDataSourceView control.

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

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

Property Value

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

The IDataSourceDesigner object provided when the current DesignerDataSourceView instance was created.

.NET Framework
Available since 2.0
Return to top
Show: