Skip to main content

Appointment.IsOccurrence Property

Gets whether the appointment is an occurrence (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

bool IsOccurrence { get; }

Property Value

Type Description
Boolean

True if it’s an occurrence appointment; otherwise, false.

Remarks

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

See Also