.NET Documentation
C#
VB
Show/Hide TOC
Validation
Bindable
Base
Has
Errors Property
Gets a value that indicates whether the entity has validation errors.
Definition
Namespace:
Aliquo.Windows.Base
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
ValidationBindableBase Class
Aliquo.Windows.Base Namespace
In This Article
Definition
Property Value
Implements
See Also