Back to Devexpress

DxScheduler.RestoreAppointmentOccurrenceAsync(DxSchedulerAppointmentItem) Method

blazor-devexpress-dot-blazor-dot-dxscheduler-dot-restoreappointmentoccurrenceasync-x28-devexpress-dot-blazor-dot-dxschedulerappointmentitem-x29.md

latest1.6 KB
Original Source

DxScheduler.RestoreAppointmentOccurrenceAsync(DxSchedulerAppointmentItem) Method

Restores occurrence for a recurring appointment.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public Task RestoreAppointmentOccurrenceAsync(
    DxSchedulerAppointmentItem appointment = null
)

Optional Parameters

NameTypeDefaultDescription
appointmentDxSchedulerAppointmentItemnull

The appointment which occurrence should be restored. null to pass the selected appointment.

|

Returns

TypeDescription
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.

Implements

RestoreAppointmentOccurrenceAsync(DxSchedulerAppointmentItem)

See Also

DxScheduler Class

DxScheduler Members

DevExpress.Blazor Namespace