Skip to main content
A newer version of this page is available. .

SchedulerExtension.SetErrorText(String) Method

Displays the explanatory text for the error.

Namespace: DevExpress.Web.Mvc

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

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