Recurrence Window
An RecurrenceWindow class instance. The window enables the end-user to edit an appointment’s recurrence information.
Use the following actions and methods to invoke the window:
- Click Recurrence on the Appointment Window ribbon.
- Select an appointment. Click Recurrence on the ribbon.
- Use the New Recurring Appointment, New Recurring Event commands (Ribbon UI or context menu).
- Call the SchedulerControl.ShowRecurrenceWindow method.
To substitute the default window with a custom descendant, use the OptionsWindows.RecurrenceWindowType property or handle the SchedulerControl.RecurrenceWindowShowing event.
Refer to the How to: Customize Editing and Recurrence Dialogs tutorial for more information on how to create a custom recurrence dialog.