AppointmentFormControllerBase.AreExceptionsPresent() Method
In This Article
Returns a value that indicates if the appointment currently being edited in the form is an exception, or it's a recurrence pattern with exceptions.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true if exceptions are present; otherwise, false. |
#Remarks
The AreExceptionsPresent method returns different values on the appointment according to its Appointment.Type. The following is a list of the possible values.
Appointment Type | Return Value |
---|---|
Normal | false, always. |
Pattern | Its Appointment. |
Occurrence | true if it has been changed (its Appointment |
Changed |
true, always. |
See Also