Back to Devexpress

SchedulerControl.GetExceptions(Object) Method

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

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IEnumerable<AppointmentItem> GetExceptions(
    object recurrenceInfoId
)
vb
Public Function GetExceptions(
    recurrenceInfoId As Object
) As IEnumerable(Of AppointmentItem)

Parameters

NameTypeDescription
recurrenceInfoIdObject

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

|

Returns

TypeDescription
IEnumerable<AppointmentItem>

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

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace