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

AppointmentModificationControllerBase.ApplyRecurrence(Appointment) Method

Copies the values of the specified recurrence pattern to the recurrence pattern of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public virtual void ApplyRecurrence(
    Appointment patternCopy
)

Parameters

Name Type Description
patternCopy Appointment

An Appointment object specifying the source recurrence pattern.

Remarks

All changes of the recurrence pattern of the current appointment made with the Recurrence form are applied to the AppointmentModificationControllerBase.EditedPattern object. Use the ApplyRecurrence method to apply the changes to the copy of the appointment currently being edited in the form. To access the appointment copy, use the AppointmentModificationControllerBase.EditedAppointmentCopy property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ApplyRecurrence(Appointment) method.

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