Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > DependencyObject > BindingGroup
(usage) |
<BindingGroup /> |
(description) |
Contains a collection of bindings and ValidationRule objects that are used to validate an object. |
(used by) |
FrameworkContentElement FrameworkElement HierarchicalDataTemplate ItemsControl |
(properties) |
|
Items |
|
(description) |
The sources that are used by the Binding objects in the BindingGroup. |
[read only] |
true |
Name |
|
(description) |
The name that identifies the BindingGroup, which can be used to include and exclude Binding objects in the BindingGroup. |
NotifyOnValidationError |
|
(description) |
Whether the Error event occurs when the state of a ValidationRule changes. |
SharesProposedValues (4) |
|
(description) |
A value that indicates whether the BindingGroup reuses target values that have not been committed to the source. |
ValidationRules |
|
(description) |
A collection of ValidationRule objects that validate the source objects in the BindingGroup. |
[read only] |
true |