DataControlField::Control Property

 

Gets a reference to the data control that the DataControlField object is associated with.

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

protected:
property Control^ Control {
	Control^ get();
}

Property Value

Type: System.Web.UI::Control^

The data control that owns the DataControlField.

The Control reference is set when the Initialize method is called.

.NET Framework
Available since 2.0
Return to top
Show: