MindFusion.UI for WebForms Programmer's Guide

WindowBase.Template Property

See Also
 





Gets or sets the control's template.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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