Skip to main content

SchedulerExtension.SetErrorText(String) Method

Displays the explanatory text for the error.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SchedulerExtension SetErrorText(
    string errorText
)

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.

Scheduler_SetErrorText_method

See Also