Property ValidatesOnNotifyDataError
ValidatesOnNotifyDataError
When ValidatesOnNotifyDataError is true, the binding group will listen to the ErrorsChanged event on each item that implements INotifyDataErrorInfo and report entity-level validation errors.
public bool ValidatesOnNotifyDataError { get; set; }