SchedulerExtension.SetErrorText(String) Method
Displays the explanatory text for the error.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.2.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| errorText | String | A string containing the error description. |
Returns
| Type | Description |
|---|---|
| SchedulerExtension | A SchedulerExtension object. |
Remarks
Use the SetErrorText method to display an error message to the user.

See Also