DataControlField.Control 属性

定义

获取对数据控件的引用,该控件与 DataControlField 对象关联。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

属性值

Control

拥有 DataControlField 的数据控件。The data control that owns the DataControlField.

注解

Control调用方法时,将设置引用 InitializeThe Control reference is set when the Initialize method is called.

适用于

另请参阅