Search
ControlNode.Template Property
See Also
 





Gets or sets the HTML string representing the DOM content rendered in this node.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string Template { get; set; }

Visual Basic  Copy Code

Public Property Template As String

 Property Value

The HTML string.

 Remarks

This value is initialized from DefaultControlTemplate. The diagram calls NodeDomCreatedScript once DOM elements have been created from this template.

 See Also