A newer version of this page is available.
Switch to the current version.
ASPxSchedulerCustomErrorTextEventArgs Class
Provides data for the ASPxScheduler.CustomErrorText event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public class ASPxSchedulerCustomErrorTextEventArgs :
EventArgs
Public Class ASPxSchedulerCustomErrorTextEventArgs
Inherits EventArgs
Remarks
Use the ASPxScheduler.CustomErrorText event to customize error messages. The ASPxSchedulerCustomErrorTextEventArgs.Exception property contains the error itself as the Exception object, and the ASPxSchedulerCustomErrorTextEventArgs.ErrorText should contain the error description.
See Also
Feedback