FormatDataBindingInstanceScript Property (RenderParagraph)
In This Topic
Gets or sets a script that is executed each time a new instance of the current
RenderObject is created due to data binding resolving.
Syntax
'Declaration
Public Property FormatDataBindingInstanceScript As String
public string FormatDataBindingInstanceScript {get; set;}
See Also