Method SetBindingValue
SetBindingValue<T>(string, T)
This method can be used to set the binding value.
Declaration
public bool SetBindingValue<T>(string queryPath, T value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | queryPath | LynX path of the binding |
| T | value | Value to set |
Returns
| Type | Description |
|---|---|
| bool | The value of type Binding{T} if queryPath exists, null otherwise. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the binding |