Binding.ValidatesOnNotifyDataErrors Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether the binding engine will report validation errors from an INotifyDataErrorInfo implementation on the bound data entity.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if the binding engine will report INotifyDataErrorInfo validation errors; otherwise, false. The default is true.
Show: