Skip to main content
A newer version of this page is available. .

AppointmentItem.IsException Property

Gets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public bool IsException { get; }

Property Value

Type Description
Boolean

True, if the appointment is an exception in a recurring series; otherwise, false.

Remarks

An appointment is an exception if its AppointmentItem.Type is equal to either AppointmentType.ChangedOccurrence or AppointmentType.DeletedOccurrence.

See Also