.NET Documentation
C#
VB
Show/Hide TOC
Data
Field
Validation
Has
Errors Property
Indicates if the field has errors in view or rules.
Definition
Namespace:
Aliquo.Windows.Models
Assembly:
Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Copy
public
bool
HasErrors
{
get
; }
VB
Copy
Public
ReadOnly
Property
HasErrors
As
Boolean
Get
Property Value
Boolean
Implements
INotifyDataErrorInfo
HasErrors
See Also
Reference
DataFieldValidation Class
Aliquo.Windows.Models Namespace
In This Article
Definition
Property Value
Implements
See Also