RepeaterDesigner::DesignerView Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the DesignerDataSourceView object associated with the data source of this designer.

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

public:
property DesignerDataSourceView^ DesignerView {
	DesignerDataSourceView^ get();
}

Property Value

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

The DesignerDataSourceView associated with the data source of this designer.

.NET Framework
Available since 2.0
Return to top
Show: