DeclarativeCatalogPartDesigner.TemplateGroups Property

Definition

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

public:
 virtual property System::Web::UI::Design::TemplateGroupCollection ^ TemplateGroups { System::Web::UI::Design::TemplateGroupCollection ^ get(); };
public override System.Web.UI.Design.TemplateGroupCollection TemplateGroups { get; }
member this.TemplateGroups : System.Web.UI.Design.TemplateGroupCollection
Public Overrides ReadOnly Property TemplateGroups As TemplateGroupCollection

Property Value

The appended TemplateGroupCollection associated with this class.

Remarks

The TemplateGroups property overrides its base implementation to add a TemplateGroup object that is specific to this class.

Applies to