AppointmentItem.GetExceptions() Method
OBSOLETE
Use the following API instead: scheduler.GetExceptions(AppointmentItem pattern)
Returns a collection of the changed and deleted occurrences for the current pattern appointment.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
[Obsolete("Use the following API instead: scheduler.GetExceptions(AppointmentItem pattern)", false)]
public IEnumerable<AppointmentItem> GetExceptions()
Returns
Type | Description |
---|---|
IEnumerable<AppointmentItem> | A collection which contains the changed and deleted occurrences for the current pattern appointment. |
Remarks
If the current appointment is not a pattern (its Type is not AppointmentType.Pattern), then the System.ArgumentException exception is thrown.
See Also