Any property of any control can be bound. There are four binding types:

Binding TypeDescription
NoneProperty is not bound.
PointProperty is bound to a data point.
SimpleProperty is bound to another property of another control on the page.
ScriptProperty is bound to the result of a script.

S# script expressions can be used to create:

  • Script Binding - The result of the script is used as the control property value.
  • Dynamic Point Binding - The result of the script is used to dynamically set the name for a point binding.

Note: Simple bindings do not support script. For general information on DataHub WebView property binding, please consult See Also.