ASP.NET Pack Programmer's Guide
WindowBase.Template Property
See Also
 





Gets or sets the control's template.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public ITemplate Template { get; set; }

Visual Basic  Copy Code

Public Property Template As ITemplate

 Property Value

Type: ITemplate
The template of the control.

 Remarks

For additional information on how to use templates, please refer to the Templates topic.

 See Also

Templates
WindowBase Members
WindowBase Class
MindFusion.UI.WebForms Namespace