ISchedulerAppointmentActions.RestoreAppointmentOccurrenceAsync(DxSchedulerAppointmentItem) Method
Restores occurrence for a recurring appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
Task RestoreAppointmentOccurrenceAsync(
DxSchedulerAppointmentItem appointment = null
)
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| appointment | DxSchedulerAppointmentItem | null | The appointment for which to restore occurrence. |
Returns
| Type | Description |
|---|---|
| Task | The task that is completed when the appointment occurrence is restored. |
Remarks
Refer to the DxScheduler.RestoreAppointmentOccurrenceAsync description for more information and an example.
See Also