Skip to main content

AppointmentItem.Exceptions Property

Returns the exceptions for the appointment item.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ExceptionCollection Exceptions { get; }

Property Value

Type Description
DevExpress.WinUI.Scheduler.Internal.ExceptionCollection

A collection of exceptions.

Remarks

Occurrence appointments that belong to a series but have been edited or deleted are exceptions. Exceptions no longer meet the common recurrence rule that the Pattern appointment specifies. Use the Exceptions property to access a collection of exceptions for a particular recurrence Pattern.

If the current appointment is not a pattern (its Type is not AppointmentType.Pattern), then the System.ArgumentException exception is thrown.

To learn more, see Appointments.

See Also