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.v26.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerAppointmentItem GetOccurrenceOrException(
DxSchedulerAppointmentItem pattern,
int recurrenceIndex = 0
)
Parameters
| Name | Type | Description |
|---|---|---|
| pattern | DxSchedulerAppointmentItem | The pattern whose occurrence or exception is requested. |
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