Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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