TemplateGroup.TemplateGroup(String, Style) Constructor
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
public TemplateGroup ( String groupName, Style groupStyle )
public function TemplateGroup ( groupName : String, groupStyle : Style )
Not applicable.
Parameters
- groupName
The name of the group
- groupStyle
A Style object to be applied to templates in the group.
Community Additions
ADD
Show: