TemplateGroup Constructor (String^, Style^)

 

Initializes a new instance of the TemplateGroup class, using the provided name and style.

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

public:
TemplateGroup(
	String^ groupName,
	Style^ groupStyle
)

Parameters

groupName
Type: System::String^

The name of the group

groupStyle
Type: System.Web.UI.WebControls::Style^

A Style object to be applied to templates in the group.

.NET Framework
Available since 2.0
Return to top
Show: