A newer version of this page is available.
Switch to the current version.
Appointment.IsException Property
Gets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, if it's an exception appointment; otherwise, false. |
Remarks
An appointment is an exception if its Appointment.Type is equal to either AppointmentType.ChangedOccurrence or AppointmentType.DeletedOccurrence.
See Also
Feedback