ModelDataSource::DataControl Property

.NET Framework (current version)
 

Gets the data-bound control that is using this control as a data source when model binding is in use.

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

public:
property Control^ DataControl {
	Control^ get();
	private: void set(Control^ value);
}

Property Value

Type: System.Web.UI::Control^

The data-bound control.

.NET Framework
Available since 4.5
Return to top
Show: