DataControlField.Control Proprietà
Definizione
Ottiene un riferimento al controllo dati a cui l'oggetto DataControlField è associato.Gets a reference to the data control that the DataControlField object is associated with.
protected:
property System::Web::UI::Control ^ Control { System::Web::UI::Control ^ get(); };
protected System.Web.UI.Control Control { get; }
member this.Control : System.Web.UI.Control
Protected ReadOnly Property Control As Control
Valore della proprietà
Controllo dati proprietario dell'oggetto DataControlField.The data control that owns the DataControlField.
Commenti
Il Control riferimento viene impostato quando Initialize viene chiamato il metodo.The Control reference is set when the Initialize method is called.