Back to Devexpress

SchedulerDataStorage.GetExceptions(Object) Method

maui-devexpress-dot-maui-dot-scheduler-dot-schedulerdatastorage-dot-getexceptions-x28-system-dot-object-x29.md

latest1.1 KB
Original Source

SchedulerDataStorage.GetExceptions(Object) Method

Returns all exceptions to a pattern that use the recurrence info with the specified identifier.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public IEnumerable<AppointmentItem> GetExceptions(
    object recurrenceInfoId
)

Parameters

NameTypeDescription
recurrenceInfoIdSystem.Object

The recurrence info identifier.

|

Returns

TypeDescription
IEnumerable<AppointmentItem>

The collection of exceptions to the pattern.

|

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.Maui.Scheduler Namespace