AppointmentItem.RestoreOccurrence() Method
Replaces an exception in a recurring series with a regular occurrence.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Remarks
When a regular recurring appointment is modified (AppointmentType.ChangedOccurrence) or deleted (AppointmentType.DeletedOccurrence), you can use the RestoreOccurrence method to reset these changes and restore the regular occurrence.
See Also