FormViewDesigner.TemplateGroups Property
.NET Framework 2.0
Note: This property is new in the .NET Framework version 2.0.
Gets a collection of template groups for the fields of the associated control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
FormViewDesigner Members
System.Web.UI.Design.WebControls Namespace
FormView
TemplateGroupCollection Class
TemplateGroup Class
TemplateDefinition Class
ControlDesigner.TemplateGroups Property
Assembly: System.Design (in system.design.dll)
public: virtual property TemplateGroupCollection^ TemplateGroups { TemplateGroupCollection^ get () override; }
/** @property */ public TemplateGroupCollection get_TemplateGroups ()
public override function get TemplateGroups () : TemplateGroupCollection
Property Value
A TemplateGroupCollection containing an element for each templated field in the FormView.The TemplateGroups property constructs a collection of TemplateGroup objects, one for each control template in the associated FormView control. The control templates are the header, footer, pager, item, edit item, insert item, and empty data. The control template TemplateGroup elements contain a single TemplateDefinition object.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
FormViewDesigner ClassFormViewDesigner Members
System.Web.UI.Design.WebControls Namespace
FormView
TemplateGroupCollection Class
TemplateGroup Class
TemplateDefinition Class
ControlDesigner.TemplateGroups Property
Other Resources
Walkthrough: Creating a Basic Control Designer for a Web Server Control
Show: