Back to Devexpress

AppointmentItem.IsOccurrence Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-649cbdbc.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsOccurrence { get; }
vb
Public ReadOnly Property IsOccurrence As Boolean

Property Value

TypeDescription
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

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace