Skip to main content
All docs
V25.1
  • DxScheduler.RestoreAppointmentOccurrenceAsync(DxSchedulerAppointmentItem) Method

    Restores occurrence for a recurring appointment.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public Task RestoreAppointmentOccurrenceAsync(
        DxSchedulerAppointmentItem appointment = null
    )

    Optional Parameters

    Name Type Default Description
    appointment DxSchedulerAppointmentItem null

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

    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