BindingGroup Properties
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The BindingGroup type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindingExpressions | Gets a collection of BindingExpression objects that contains information for each Binding in the BindingGroup. |
|
CanRestoreValues | Gets whether each source in the binding can discard pending changes and restore the original values. |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
HasValidationError | Gets a value that indicates whether the BindingGroup has a failed validation rule. |
|
IsDirty | Gets or sets a value that indicates whether the BindingGroup contains a proposed value that has not been written to the source. |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
Items | Gets the sources that are used by the Binding objects in the BindingGroup. |
|
Name | Gets or sets the name that identifies the BindingGroup, which can be used to include and exclude Binding objects in the BindingGroup. |
|
NotifyOnValidationError | Gets or sets whether the Validation.Error event occurs when the state of a ValidationRule changes. |
|
Owner | Gets the object that this BindingGroup is assigned to. |
|
SharesProposedValues | Gets or sets a value that indicates whether the BindingGroup reuses target values that have not been committed to the source. |
|
ValidatesOnNotifyDataError | Gets or sets a value that indicates whether to include the NotifyDataErrorValidationRule. |
|
ValidationErrors | Gets a collection of ValidationError objects that caused the BindingGroup to be invalid. |
|
ValidationRules | Gets a collection of ValidationRule objects that validate the source objects in the BindingGroup. |