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