'Declaration Public Function GetBindingExpression( _ ByVal dp As DependencyProperty _ ) As BindingExpression
public BindingExpression GetBindingExpression( DependencyProperty dp )
Parameters
- dp
- The target System.Windows.DependencyProperty to get the binding from.
Return Value
A System.Windows.Data.BindingExpression if the target property has an active binding; otherwise, returns null.