FrameworkContentElement::GetBindingExpression Method (DependencyProperty^)
.NET Framework (current version)
Gets the BindingExpression for the specified property's binding.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- dp
-
Type:
System.Windows::DependencyProperty^
The target DependencyProperty from which to get the binding.
Return Value
Type: System.Windows.Data::BindingExpression^Returns a BindingExpression if the target is data bound; otherwise, null.
.NET Framework
Available since 3.0
Available since 3.0
Show: