Search
ControlNode.Template Property
See Also
 





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

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public string Template { get; set; }

Visual Basic  Copy Code

Public Property Template As String

 Property Value

 See Also