TextBox data binding validation
- by Koynov
*Is it possible to get validation errors(produced by the binding source through IDataErrorInfo or INotifyDataErrorInfo) *without accessing data source?
The point is to get the error message which is going to be displayed.
Thank you in advance.