Skip to main content
A newer version of this page is available. .

AppointmentItem.IsOccurrence Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public 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 AppointmentItem.Type is equal to AppointmentType.Occurrence, AppointmentType.ChangedOccurrence or AppointmentType.DeletedOccurrence.

See Also