Control.TemplateControl Property
.NET Framework 2.0
Gets or sets a reference to the template that contains this control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public TemplateControl get_TemplateControl () /** @property */ public void set_TemplateControl (TemplateControl value)
public function get TemplateControl () : TemplateControl public function set TemplateControl (value : TemplateControl)
Not applicable.
Property Value
The TemplateControl instance that contains this control.When a Control instance is part of a control template, the TemplateControl property contains a reference to the containing control. For more information, see the System.Web.UI.TemplateControl documentation.
Community Additions
ADD
Show: