BindingGroup.BindingExpressions Property
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.
Gets a collection of BindingExpression objects that contains information for each Binding in the BindingGroup.
public:
property System::Collections::ObjectModel::Collection<System::Windows::Data::BindingExpressionBase ^> ^ BindingExpressions { System::Collections::ObjectModel::Collection<System::Windows::Data::BindingExpressionBase ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Data.BindingExpressionBase> BindingExpressions { get; }
member this.BindingExpressions : System.Collections.ObjectModel.Collection<System.Windows.Data.BindingExpressionBase>
Public ReadOnly Property BindingExpressions As Collection(Of BindingExpressionBase)
Property Value
A collection of BindingExpression objects that contains information for each binding in the BindingGroup.
Remarks
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.