The members of System.Web.UI.Design.TemplateGroup are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.Design.TemplateGroup class, using the provided name. | ||
Initializes a new instance of the System.Web.UI.Design.TemplateGroup class, using the provided name and style. |
[read-only] | GroupName | string.
Gets the name of the group. |
[read-only] | GroupStyle | System.Web.UI.WebControls.Style.
Gets the current style for the group. |
[read-only] | IsEmpty | bool.
Gets a value indicating whether there are any templates in the group. |
[read-only] | Templates | TemplateDefinition[].
Gets an array of all template definitions in the group. |
AddTemplateDefinition(TemplateDefinition)
|