Skip to main content

Appointment.IsOccurrence Property

Gets a value indicating if the appointment is an occurrence (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public bool IsOccurrence { get; }

#Property Value

Type Description
Boolean

true if it is an occurrence appointment; otherwise, false.

#Remarks

An appointment is an occurrence if its Appointment.Type is equal to either AppointmentType.Occurrence, AppointmentType.ChangedOccurrence or AppointmentType.DeletedOccurrence.

See the Recurring Appointments and Exceptions topic for more information on pattern appointments and occurrences.

See Also