Parent Child ValidationRule
问题 I have a complicated scenario using ValidationRules that I need some help with. I have a User Control that is roughly organized like this: Parent (ItemsControl) Child 1 Property 1 Property 2 Child 2 Property 1 Property 2 When Child 1.Property 1 is changed, I need to perform validation on it. However, the validation rule requires the value of Child 1.Property 1 as well as the Property 1 values for all its siblings (variable number) to perform the validation. I could put a ValidationRule on the