A newer version of this page is available.
Switch to the current version.
SchedulerFormEventArgs Class
Provides data for the ASPxScheduler.AppointmentFormShowing and ASPxScheduler.GotoDateFormShowing events
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public abstract class SchedulerFormEventArgs :
EventArgs
Public MustInherit Class SchedulerFormEventArgs
Inherits EventArgs
Remarks
You can handle these events and set the SchedulerFormEventArgs.Cancel property to true, to prevent displaying the corresponding forms. Also these events enable you to substitute the default forms with custom ones. To accomplish this, specify the form's template container via the SchedulerFormEventArgs.Container property.
See Also
Feedback