Skip to main content

AppointmentFormControllerBase.PrepareToRecurrenceEdit() Method

In This Article

Finds and clones the recurrence pattern for the appointment, or creates it if it does not exist.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public virtual Appointment PrepareToRecurrenceEdit()

#Returns

Type Description
Appointment

An Appointment object specifying a copy of the appointment recurrence pattern.

See Also