QueryBuilderSaveCallbackResult.ErrorMessage Property
Returns an error text if an exception occurs during query validation.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| String | A string that specified the error message. |
Remarks
See the Saving Queries topic for more information.
See Also