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