Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 803 Bytes

frameworkelement_getbindingexpression_54714721.md

File metadata and controls

30 lines (18 loc) · 803 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.FrameworkElement.GetBindingExpression(Microsoft.UI.Xaml.DependencyProperty)
winrt method

Microsoft.UI.Xaml.FrameworkElement.GetBindingExpression

-description

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

-parameters

-param dp

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.

-remarks

-examples

-see-also