Back to Devexpress

SchedulerControl.GetExceptions(AppointmentItem) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-getexceptions-x28-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IEnumerable<AppointmentItem> GetExceptions(
    AppointmentItem pattern
)
vb
Public Function GetExceptions(
    pattern As AppointmentItem
) As IEnumerable(Of AppointmentItem)

Parameters

NameTypeDescription
patternAppointmentItem

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

|

Returns

TypeDescription
IEnumerable<AppointmentItem>

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

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace