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

DxSchedulerAppointmentItem.RestoreOccurrence() Method

Replaces an exception with the regular occurrence that has the same recurring series ID.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public void RestoreOccurrence()

Remarks

If an appointment in a series is modified or deleted, the RestoreOccurrence method resets changes and replaces the exception with a regular occurrence.

See Also