Skip to main content

QueryBuilderSaveCallbackResult.ErrorMessage Property

Returns an error text if an exception occurs during query validation.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ErrorMessage { get; }

Property Value

Type Description
String

A string that specified the error message.

Remarks

See the Saving Queries topic for more information.

See Also