This topic has not yet been rated - Rate this topic

Binding.ValidatesOnNotifyDataErrors Property

May 02, 2013

Gets or sets a value that indicates whether the binding engine will report validation errors from an INotifyDataErrorInfo implementation on the bound data entity.

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)
public bool ValidatesOnNotifyDataErrors { get; set; }

Property Value

Type: System.Boolean
true if the binding engine will report INotifyDataErrorInfo validation errors; otherwise, false. The default is true.

Windows Phone OS

Supported in: 8.0, 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.