SchedulerFormEventArgs Class
In This Article
Provides data for the ASPxScheduler.AppointmentFormShowing and ASPxScheduler.GotoDateFormShowing events
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#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