AppointmentFormEventArgs Class
In This Article
Provides data for the ASPxScheduler.AppointmentFormShowing event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public class AppointmentFormEventArgs :
AppointmentFormBaseEventArgs
#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