Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.47 KB

bindingexpression.md

File metadata and controls

25 lines (17 loc) · 1.47 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Data.BindingExpression
winrt class

Microsoft.UI.Xaml.Data.BindingExpression

-description

Contains information about a single instance of a Binding.

-remarks

The Binding class is the high-level class for the declaration of a binding. The BindingExpression class is the underlying object that maintains the connection between the binding source and the binding target. A Binding contains all the information that can be shared across several BindingExpression objects. A BindingExpression is an instance expression that cannot be shared and that contains all the instance information about the Binding.

You can obtain a BindingExpression object by calling the FrameworkElement.GetBindingExpression method on an object, specifying the dependency property that has the binding.

-examples

-see-also

BindingExpressionBase