AppointmentItem.IsException Property
Gets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
An appointment is an exception if its AppointmentItem.Type is equal to either AppointmentType.ChangedOccurrence or AppointmentType.DeletedOccurrence.
See Also