Skip to main content

SchedulerControl.GetExceptions(AppointmentItem) Method

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IEnumerable<AppointmentItem> GetExceptions(
    AppointmentItem pattern
)

Parameters

Name Type Description
pattern AppointmentItem

A DevExpress.Xpf.Scheduling.AppointmentItem object that is the pattern for which to obtain exceptions.

Returns

Type Description
IEnumerable<AppointmentItem>

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

See Also