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

TimeRegionItem.RestoreOccurrence() Method

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void RestoreOccurrence()

Remarks

When a regular recurring time region item is modified (ChangedOccurrence) or deleted (DeletedOccurrence), you can use the RestoreOccurrence method to reset these changes and restore the regular occurrence.

See Also