LoginDesigner::TemplateGroups Property
.NET Framework (current version)
Gets 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 Login.
The TemplateGroups property gets a TemplateGroupCollection object from the TemplateGroups base property, and then adds a TemplateGroup object that contains a single TemplateDefinition object for the layout template of the associated Login control to the TemplateGroupCollection. The TemplateGroups property returns this TemplateGroupCollection to the caller.
.NET Framework
Available since 2.0
Available since 2.0
Show: