Property HasErrors
HasErrors
Gets a value that indicates whether this control or its child controls have validation errors.
[Browsable(false)]
public virtual bool HasErrors { get; }
Property Value
- bool
true
if the control currently has validation errors; otherwise,false
.