INotifyDataErrorInfo.HasErrors Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the entity has validation errors.
Assembly: System (in System.dll)
Property Value
Type: System.Booleantrue if the entity currently has validation errors; otherwise, false.
This property returns false if there are no known entity-level or property-level validation errors for the entity at the time it is accessed. However, some validation rules may still be running asynchronously as described for the GetErrors method.
For an example of an implementation of this property, see the INotifyDataErrorInfo class overview.