Skip to main content
Tab

ASPxVerticalGridDataValidationEventArgs.RecordError Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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