BindingGroup.BindingExpressions Property

Definition

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:

Applies to