EditorZoneDesigner::TemplateGroups Property

 

Gets a collection of template groups, each containing one or more template definitions.

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

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

Property Value

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

A pre-specified TemplateGroupCollection with default settings for an EditorZone environment.

The TemplateGroups property overrides its base implementation to return a collection for use with EditorZone controls.

.NET Framework
Available since 2.0
Return to top
Show: