Method ResolveBinding
ResolveBinding(string)
Resolves a binding for a given property path.
Declaration
IReactiveBinding ResolveBinding(string propertyPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyPath | The property path for which to resolve the binding. |
Returns
| Type | Description |
|---|---|
| IReactiveBinding | The reactive binding associated with the specified property path. |