Back to Devexpress

ASPxVerticalGridDataValidationEventArgs.RecordError Property

aspnet-devexpress-dot-web-dot-aspxverticalgriddatavalidationeventargs-3e129383.md

latest1.5 KB
Original Source

ASPxVerticalGridDataValidationEventArgs.RecordError Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string RecordError { get; set; }
vb
Public Property RecordError As String

Property Value

TypeDescription
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.

See Also

ASPxVerticalGridDataValidationEventArgs Class

ASPxVerticalGridDataValidationEventArgs Members

DevExpress.Web Namespace