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