Gets or sets the HTML string representing the DOM content rendered in this node.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public string Template { get; set; } |
Visual Basic Copy Code |
---|
Public Property Template As String |
The HTML string.
This value is initialized from DefaultControlTemplate. The diagram calls NodeDomCreatedScript once DOM elements have been created from this template.