Skip to main content

SchedulerControl.GetExceptions(Object) Method

Returns a collection of the changed and deleted occurrences for the specified recurrence info.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IEnumerable<AppointmentItem> GetExceptions(
    object recurrenceInfoId
)

Parameters

Name Type Description
recurrenceInfoId Object

An object that is the identifier of the recurrence info for which to obtain exceptions.

Returns

Type Description
IEnumerable<AppointmentItem>

A collection which contains the changed and deleted occurrences for the specified recurrence info.

See Also