RepeaterDesigner::DataSource Property

 

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

A data-binding expression that identifies the source of data for the associated Repeater 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^

A data binding expression.

.NET Framework
Available since 1.1
Return to top
Show: