DeclarativeCatalogPartDesigner::TemplateGroups Property
.NET Framework (current version)
Gets a collection of template groups, each containing one or more template definitions.
Assembly: System.Design (in System.Design.dll)
public: property TemplateGroupCollection^ TemplateGroups { virtual TemplateGroupCollection^ get() override; }
Property Value
Type: System.Web.UI.Design::TemplateGroupCollection^The appended TemplateGroupCollection associated with this class.
The TemplateGroups property overrides its base implementation to add a TemplateGroup object that is specific to this class.
.NET Framework
Available since 2.0
Available since 2.0
Show: