MultiBindingExpression Properties
.NET Framework 4
The MultiBindingExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindingExpressions | Gets the collection of BindingExpression objects in this instance of MultiBindingExpression. |
|
HasError | Returns a value that indicates whether any of the inner Binding objects or the MultiBinding itself has a failing validation rule. (Overrides BindingExpressionBase.HasError.) |
|
ParentBindingBase | Gets the BindingBase object from which this BindingExpressionBase object is created. (Inherited from BindingExpressionBase.) |
|
ParentMultiBinding | Gets the MultiBinding object from which this MultiBindingExpression is created. |
|
Status | Gets the status of the binding expression. (Inherited from BindingExpressionBase.) |
|
ValidationError | Gets the ValidationError object that caused this instance of MultiBindingExpression to be invalid. (Overrides BindingExpressionBase.ValidationError.) |