BindingGroup::BindingExpressions Property
.NET Framework (current version)
Gets a collection of BindingExpression objects that contains information for each Binding in the BindingGroup.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property Collection<BindingExpressionBase^>^ BindingExpressions { Collection<BindingExpressionBase^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::Collection<BindingExpressionBase^>^A collection of BindingExpression objects that contains information for each binding in the BindingGroup.
A BindingExpression belongs to a BindingGroup if one of the following cases occurs:
The binding's source and the DataContext of the element that has the BindingGroup are the same object and the BindingGroupName is not set.
The BindingGroupName property of the binding and the Name of the BindingGroup are set to the same non-null value and the BindingGroup belongs to a parent element of the binding's target element.
You add a BindingExpression to BindingExpressions.
.NET Framework
Available since 3.0
Available since 3.0
Show: