Back to Devexpress

AppointmentItem.RestoreOccurrence() Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-f6b188c6.md

latest1.3 KB
Original Source

AppointmentItem.RestoreOccurrence() Method

Replaces an exception in a recurring series with a regular occurrence.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public void RestoreOccurrence()
vb
Public Sub RestoreOccurrence

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

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace