BindingOperations::IsDataBound Method (DependencyObject^, DependencyProperty^)
.NET Framework (current version)
Returns a value that indicates whether the specified property is currently data-bound.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- target
-
Type:
System.Windows::DependencyObject^
The object where dp is.
- dp
-
Type:
System.Windows::DependencyProperty^
The dependency property to check.
| Exception | Condition |
|---|---|
| ArgumentNullException | If target is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: