Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGridDataValidationEventArgs.RecordError Property

Gets or sets the error text displayed within the Record Error.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string RecordError { get; set; }

Property Value

Type Description
String

A String value that specifies the text displayed within the record error.

Remarks

Setting the RecordError property to a non-empty string automatically displays the record error below the edited record.

ASPxVerticalGrid-Validation

See Also