Cross-property validation in WPF MvvM
In a previous post I have described hot to utilize a INotifyDataErrorInfo interface. Today I will show you my solution for automated cross-property validation integrated with the ModelValidation base class from previous post.
By Mirek on (tags: CustomValidationAttribute, mvvm, validation, WPF, categories: code)