Skip to main content

DxSchedulerAppointmentItem.RestoreOccurrence() Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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