The text of this article is not in this database — only its details are. Read it on the old site: INotifyDataErrorInfo in WPF
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: INotifyDataErrorInfo in WPF
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Rod FalangaPosted Mar 16, 2021, 4:53 PM
Hi Arunava, do you have an example which uses this code samples you have in this article?
HenryPosted Oct 3, 2015, 7:32 PM
For anyone else having the same problem as Ashwin add a reference to System.ComponentModel.DataAnnotations for access to the Validation members.
Ashwin MasarkarPosted Mar 10, 2015, 1:18 AM
Thanks for the nice article. However, I'm facing bit of trouble in implementing the same in WPF. It looks like Validator class is not available in WPF and I'm not finding the best alternative of Validator class to be used in WPF.