aspnet-devexpress-dot-web-dot-aspxgriddatavalidationeventargs.md
Gets whether the processed data item (row, card or record) has errors.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public bool HasErrors { get; }
Public ReadOnly Property HasErrors As Boolean
| Type | Description |
|---|---|
| Boolean |
true, if the processed data item has errors; otherwise, false.
|
Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.
The HasErrors property returns false if the ASPxDataValidationEventArgs.Errors list is empty and the ASPxDataValidationEventArgs.RowError property is set to an empty string.
The HasErrors property returns false if the ASPxCardViewDataValidationEventArgs.Errors list is empty and the ASPxCardViewDataValidationEventArgs.CardError property is set to an empty string.
The HasErrors property returns false if the ASPxVerticalGridDataValidationEventArgs.Errors list is empty and the ASPxVerticalGridDataValidationEventArgs.RecordError property is set to an empty string.
See Also
ASPxGridDataValidationEventArgs Class