GridViewDesigner::TemplateGroups Property
.NET Framework (current version)
Gets or sets a collection of template groups for the fields of the associated control.
Assembly: System.Design (in System.Design.dll)
public: property TemplateGroupCollection^ TemplateGroups { virtual TemplateGroupCollection^ get() override; }
Property Value
Type: System.Web.UI.Design::TemplateGroupCollection^A TemplateGroupCollection containing an element for each templated field in the GridView.
The TemplateGroups property constructs a collection of TemplateGroup objects, one for each templated data field and one for each control template (pager and empty data) in the associated GridView control. The data field TemplateGroup elements have a TemplateDefinition object for each of the predefined row template types. The control template TemplateGroup elements contain a single TemplateDefinition.
.NET Framework
Available since 2.0
Available since 2.0
Show: