Skip to main content
All docs
V25.1
  • 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. null to pass the selected appointment.

    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