SchedulerFormEventArgs Class
Provides data for the ASPxScheduler.AppointmentFormShowing and ASPxScheduler.GotoDateFormShowing events
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
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.
Inheritance
See Also