ASPxVerticalGridDataValidationEventArgs.RecordError Property
Gets or sets the error text displayed within the Record Error.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also