AppointmentModificationControllerBase.EditedPattern Property
Gets the appointment pattern currently being edited in the Recurrence form.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Appointment | An Appointment object that is the appointment pattern. |
Remarks
Use the EditedPattern property to obtain the recurrence pattern currently being edited in the Recurrence form. Subsequently, call the AppointmentModificationControllerBase.ApplyRecurrence method so that the changes made to the EditedPattern will be applied to the AppointmentModificationControllerBase.EditedAppointmentCopy.
See Also