*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.
EDIT: "without accessing data source" means that I don't want to get the error messages through the properties implementing IDataErrorInfo interface on the data source.