Search
DiagramView.DefaultControlTemplate Property
See Also
 





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

 Syntax

C#  Copy Code

public string DefaultControlTemplate { get; set; }

Visual Basic  Copy Code

Public Property DefaultControlTemplate As String

 Property Value

 See Also