Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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 snippet (auto-collected from DevExpress Examples) contains a reference 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