Control.TemplateControl Property
.NET Framework (current version)
Gets or sets a reference to the template that contains this control.
Assembly: System.Web (in System.Web.dll)
[BindableAttribute(false)] [BrowsableAttribute(false)] public TemplateControl TemplateControl { get; set; }
Property Value
Type: System.Web.UI.TemplateControlThe 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: