Binding.ValidatesOnDataErrors 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 IDataErrorInfo implementation on the bound data entity.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if the binding engine will report IDataErrorInfo validation errors; otherwise, false. The default is false.
Show: