FrameworkElement.GetBindingExpression(DependencyProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the BindingExpression that represents the binding on the specified property.
public:
virtual BindingExpression ^ GetBindingExpression(DependencyProperty ^ dp) = GetBindingExpression;
BindingExpression GetBindingExpression(DependencyProperty const& dp);
public BindingExpression GetBindingExpression(DependencyProperty dp);
function getBindingExpression(dp)
Public Function GetBindingExpression (dp As DependencyProperty) As BindingExpression
Parameters
The identifier for the target dependency property to get the binding from.
Returns
A BindingExpression if the target property has an active binding on this object; otherwise, returns null.