AppointmentFormControllerBase.EditedPattern Property
In This Article
Gets the pattern appointment object currently being edited in the Appointment Recurrence form.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Appointment | An Appointment object that is the pattern appointment. |
#Remarks
Use the EditedPattern property to obtain the recurrence pattern currently being edited in the custom Appointment Recurrence form. Then, to apply all the changes made to the EditedPattern to the AppointmentFormControllerBase.EditedAppointmentCopy, call the AppointmentFormControllerBase.ApplyRecurrence method.
See Also