Skip to main content
A newer version of this page is available. .

AppointmentRecurrenceForm Class

Default recurrence editing form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[ComVisible(false)]
public class AppointmentRecurrenceForm :
    XtraForm

Remarks

Default recurrence editing form with sample data is shown below.

RecurrenceDialog

Default appointment recurrence editing form allows the end-user to modify the following recurrence pattern properties:

Caption Property
Appointment time / Start Appointment.Start
Appointment time / End Appointment.End
Appointment time / Duration Provides alternative way of setting the Appointment.End value.
Recurrence pattern / Daily Switches to the RecurrenceType.Daily, shows the DailyRecurrenceControl
Recurrence pattern / Weekly Switches to the RecurrenceType.Weekly, shows the WeeklyRecurrenceControl
Recurrence pattern / Monthly Switches to the RecurrenceType.Monthly, shows the MonthlyRecurrenceControl
Recurrence pattern / Yearly Switches to the RecurrenceType.Yearly, shows the YearlyRecurrenceControl
Range of recurrence / Start RecurrenceInfo.Start
Range of recurrence RecurrenceInfo.Range

Inheritance

Show 11 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.XtraEditors.MouseWheelContainerForm
XtraForm
AppointmentRecurrenceForm
See Also