Skip to main content
A newer version of this page is available. .

AppointmentItem.RestoreOccurrence() Method

Replaces an exceptional recurring appointment with a regular occurrence.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

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.

Note

The method throws an exception if the current appointment is not an occurrence (its AppointmentItem.Type is not AppointmentType.Occurrence).

See Also