Gets or sets the HTML string representing the DOM content, rendered by default in newly created ControlNode objects.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public string DefaultControlTemplate { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DefaultControlTemplate As String |
See Also