BindingOperations::ClearBinding Method (DependencyObject^, DependencyProperty^)
.NET Framework (current version)
Removes the binding from a property if there is one.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- target
-
Type:
System.Windows::DependencyObject^
The object from which to remove the binding.
- dp
-
Type:
System.Windows::DependencyProperty^
The dependency property from which to remove the binding.
| Exception | Condition |
|---|---|
| ArgumentNullException | The target and dp parameters cannot be null. |
If the given property is data-bound with a Binding, PriorityBinding, or MultiBinding, this method removes the corresponding binding expression and restores the value of the property to what it was before any local value was set through the binding.
If the given property is not data-bound, this method has no effect.
.NET Framework
Available since 3.0
Available since 3.0
Show: