Search
DiagramView.SerializeTagScript Property
See Also
 





Contains the name of a JavaScript function that should be invoked when custom data associated with a diagram item must be transferred from the browser to the server.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string SerializeTagScript { get; set; }

Visual Basic  Copy Code

Public Property SerializeTagScript As String

 Property Value

 See Also