System.Web.UI.Design.TemplateGroup Members

The members of System.Web.UI.Design.TemplateGroup are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Public Properties

[read-only]
GroupNamestring.

Gets the name of the group.

[read-only]
GroupStyleSystem.Web.UI.WebControls.Style.

Gets the current style for the group.

[read-only]
IsEmptybool.

Gets a value indicating whether there are any templates in the group.

[read-only]
TemplatesTemplateDefinition[].

Gets an array of all template definitions in the group.

Public Methods