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)
public: [BindableAttribute(false)] [BrowsableAttribute(false)] property TemplateControl^ TemplateControl { TemplateControl^ get(); void set(TemplateControl^ value); }
Property Value
Type: System.Web.UI::TemplateControl^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.
.NET Framework
Available since 2.0
Available since 2.0
Show: