4.27 BindingGroup

x:Object > DependencyObject > BindingGroup
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
IList
(description)
The sources that are used by the Binding objects in the BindingGroup.
[read only]
true
Name
x:String
(description)
The name that identifies the BindingGroup, which can be used to include and exclude Binding objects in the BindingGroup.
NotifyOnValidationError
x:Boolean
(description)
Whether the Error event occurs when the state of a ValidationRule changes.
SharesProposedValues
x:Boolean
(description)
A value that indicates whether the BindingGroup reuses target values that have not been committed to the source.
ValidatesOnNotifyDataError (4.5)
x:Boolean
(description)
A value that indicates whether to include the NotifyDataErrorValidationRule.
ValidationRules
Collection(ValidationRule)
(description)
A collection of ValidationRule objects that validate the source objects in the BindingGroup.
[read only]
true