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