TemplatedControlDesigner::TemplateGroups Property

 
Use BaseTrue

Gets a collection of template groups, each containing a template definition.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property TemplateGroupCollection^ TemplateGroups {
	virtual TemplateGroupCollection^ get() override;
}

Property Value

Type: System.Web.UI.Design::TemplateGroupCollection^

A collection of TemplateGroup elements.

.NET Framework
Available since 2.0
Return to top
Show: