DxSchedulerDataStorage.GetExceptions(Object) Method
Returns all exceptions to a pattern that use the recurrence info with the specified identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public IEnumerable<DxSchedulerAppointmentItem> GetExceptions(
object recurrenceInfoId
)
Parameters
| Name | Type | Description |
|---|---|---|
| recurrenceInfoId | Object | The recurrence info identifier. |
Returns
| Type | Description |
|---|---|
| IEnumerable<DxSchedulerAppointmentItem> | The collection of exceptions to the pattern. |
See Also