Skip to main content

AppointmentItem.RestoreOccurrence() Method

Replaces an exceptional recurring appointment with a regular occurrence.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public void RestoreOccurrence()

Remarks

When a regular recurring appointment is modified or deleted, you can use the RestoreOccurrence method to reset these changes and restore the regular occurrence.

See Also