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

AppointmentRecurrenceForm(Appointment, FirstDayOfWeek, AppointmentFormControllerBase) Constructor

Initializes a new instance of the AppointmentRecurrenceForm class bound to the specified form controller and loads the specified appointment pattern.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public AppointmentRecurrenceForm(
    Appointment pattern,
    FirstDayOfWeek firstDayOfWeek,
    AppointmentFormControllerBase controller
)

Parameters

Name Type Description
pattern Appointment

An Appointment instance specifying the recurrence pattern.

firstDayOfWeek FirstDayOfWeek

A FirstDayOfWeek enumeration member specifying the starting day of the week.

controller AppointmentFormControllerBase

A AppointmentFormControllerBase instance that is the controller of the parent appointment form.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AppointmentRecurrenceForm(Appointment, FirstDayOfWeek, AppointmentFormControllerBase) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also