Skip to main content

DxSchedulerDataStorage.GetOccurrenceOrException(DxSchedulerAppointmentItem, Int32) Method

Returns an occurrence or exception with the specified recurrence index from the recurring series specified by its pattern.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem GetOccurrenceOrException(
    DxSchedulerAppointmentItem pattern,
    int recurrenceIndex
)

Parameters

Name Type Description
pattern DxSchedulerAppointmentItem

The pattern whose occurrence or exception is requested.

recurrenceIndex Int32

The recurring index of the occurrence or exception.

Returns

Type Description
DxSchedulerAppointmentItem

The occurrence or exception.

See Also