Skip to main content
A newer version of this page is available. .

DxSchedulerDataStorage.GetOccurrenceOrException(Object, Int32) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem GetOccurrenceOrException(
    object recurrenceInfoId,
    int recurrenceIndex
)

Parameters

Name Type Description
recurrenceInfoId Object

The identifier of the recurrence info.

recurrenceIndex Int32

The recurring index of the occurrence or exception.

Returns

Type Description
DxSchedulerAppointmentItem

The occurrence or exception.

See Also