Any property of any control can be bound. There are four binding types:
| Binding Type | Description |
|---|---|
| None | Property is not bound. |
| Point | Property is bound to a data point. |
| Simple | Property is bound to another property of another control on the page. |
| Script | Property 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.
