Search
DiagramView.DeserializeTagScript Property
See Also
 





Contains the name of a JavaScript function that should be invoked when custom data associated with a diagram item comes from the server to the browser and must be decoded from its string representation.

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

 Syntax

C#  Copy Code

public string DeserializeTagScript { get; set; }

Visual Basic  Copy Code

Public Property DeserializeTagScript As String

 Property Value

 See Also