AppointmentFormEventArgs Class
Provides data for the ASPxScheduler.AppointmentFormShowing event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Remarks
The ASPxScheduler.AppointmentFormShowing event occurs before the appointment editing window is invoked. The AppointmentFormEventArgs
class introduces the AppointmentFormEventArgs.Container property that specifies a template container used to render the appointment editing form.
Inheritance
Object
EventArgs
SchedulerFormEventArgs
AppointmentFormBaseEventArgs
AppointmentFormEventArgs
See Also