Hi,
I have a XAML with about 100 controls. All of them are bound to class Student.
I can validate such pool like Age, or Name, but how to validate controls,which user not even touch ?
For example for field Address.
Address couldn't be null, but user forgot about filling this control.