FrameworkElement.GetBindingExpression(DependencyProperty) Method

Definition

Returns the BindingExpression that represents the binding on the specified property.

C#
public BindingExpression GetBindingExpression(DependencyProperty dp);

Parameters

dp
DependencyProperty

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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6