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.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerAppointmentItem GetOccurrenceOrException(
object recurrenceInfoId,
int recurrenceIndex = 0
)
Parameters
Name | Type | Description |
---|---|---|
recurrenceInfoId | Object | The identifier of the recurrence info. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
recurrenceIndex | Int32 | 0 | The recurring index of the occurrence or exception. |
Returns
Type | Description |
---|---|
DxSchedulerAppointmentItem | The occurrence or exception. |
See Also