DxScheduler.RestoreAppointmentOccurrenceAsync(DxSchedulerAppointmentItem) Method
In This Article
Restores occurrence for a recurring appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public Task RestoreAppointmentOccurrenceAsync(
DxSchedulerAppointmentItem appointment = null
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
appointment | Dx |
null | The appointment which occurrence should be restored. |
#Returns
Type | Description |
---|---|
Task | The task that is completed when the appointment occurrence is restored. |
#Remarks
Use the RestoreAppointmentOccurrenceAsync
method to restore occurrence for an appointment in code.
See Also