Skip to main content

AppointmentFormControllerBase.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.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public virtual void ApplyRecurrence(
    Appointment patternCopy
)

#Parameters

Name Type Description
patternCopy Appointment

An Appointment object specifying the recurrence pattern the values of whose properties are to be copied.

#Remarks

When showing the Appointment Recurrence form for customizing the recurrence pattern of the current appointment, all changes are applied to the AppointmentFormControllerBase.EditedPattern object. Use the ApplyRecurrence method to apply any changes made to the copy of the appointment currently being edited in the form. Note that this copy can be accessed via the AppointmentFormControllerBase.EditedAppointmentCopy property.

See Also