QueryBuilderSaveCallbackResult.ErrorMessage Property
In This Article
Returns an error text if an exception occurs during query validation.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.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