AppointmentFormController.PatternCopy Property
Gets or sets the copy of the pattern appointment currently being edited in the form.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Appointment | A Appointment object specifying a copy of the recurrence pattern. |
#Remarks
If a recurrence pattern is edited in the Edit Appointment form using the AppointmentFormController object, all changes are applied to its copy. This copy is accessed via the PatternCopy property.
The recurrence information defined by the pattern appointment is accessed via the AppointmentFormController.PatternRecurrenceInfo property.
To apply all changes applied to the pattern copy to the source appointment's recurrence pattern, use the AppointmentFormControllerBase.ApplyRecurrence method with the PatternCopy object passed as a parameter.