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.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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