Back to Devexpress

Appointment Recurrence Form

windowsforms-115477-controls-and-libraries-scheduler-visual-elements-dialogs-appointment-recurrence-form.md

latest2.6 KB
Original Source

Appointment Recurrence Form

  • Aug 02, 2024

The Appointment Recurrence form enables users to edit appointment recurrence information. To invoke this form, click the Recurrence button on the Appointment Editing Form.

The form is an instance of the AppointmentRecurrenceForm class.

The form contains the following recurrence controls:

NameDescription
DailyRecurrenceControlA control used to set recurrence options for daily recurring appointments.
MonthlyRecurrenceControlA control used to set the recurrence options for monthly recurring appointments.
WeeklyRecurrenceControlA control used to set the recurrence options for weekly recurring appointments.
YearlyRecurrenceControlA control used to set the recurrence options for yearly recurring appointments.

Note

Appointment Recurrence forms utilize the LayoutControl to arrange controls. Due to possible LayoutControl-related issues in inherited Forms (see the Using a LayoutControl in Inherited Forms article), avoid redesigning Appointment Recurrence form descendants at design time.

See Also

Appointments

How to: Create Appointments with Various Recurrence Types Programmatically

How to: Customize an Appointment Recurrence Form