Search
DiagramView.ContainerUnfoldedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when the user unfolds a container by clicking the arrow-down button in the container's caption area.

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

 Syntax

C#  Copy Code

public DiagramView ContainerUnfoldedScript (
    string value
)

Visual Basic  Copy Code

Public Function ContainerUnfoldedScript( _
    value As String _
) As DiagramView

 Parameters

value

The name of the function

 Return Value

 See Also