RecurrenceFormEventArgs Class
Provides data for the SchedulerControl.RecurrenceFormShowing event.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Remarks
The SchedulerControl.RecurrenceFormShowing event occurs before the Appointment Recurrence form is invoked. The RecurrenceFormEventArgs class introduces the RecurrenceFormEventArgs.ParentForm property that provides access to the appointment editing form from which the recurrence dialog is invoked. The RecurrenceFormEventArgs.Controller property specifies the controller providing settings required to edit appointment recurrence in the Appointment Recurrence form.
NOTE
Recurrence
#Examples
This example demonstrates how to replace the standard Appointment Recurrence form with a custom one via the SchedulerControl.RecurrenceFormShowing event.
Set the FormShowingEventArgs.Form property to the instance of a class specifying the custom recurrence form with the passed AppointmentFormController controller of the Edit Appointment form (RecurrenceFormEventArgs.ParentForm) from which the Appointment Recurrence form is invoked.