Method RemoveBinding
RemoveBinding(string)
Removes a binding based on the target property path.
Declaration
void RemoveBinding(string targetPropertyPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | targetPropertyPath | The path of the target property to unbind. |
RemoveBinding(IReactiveBinding)
Removes the specified binding from the object.
Declaration
void RemoveBinding(IReactiveBinding binding)
Parameters
| Type | Name | Description |
|---|---|---|
| IReactiveBinding | binding | The binding to remove. |