Back to Devexpress

Appointment.IsOccurrence Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointment-66128a6d.md

latest1.8 KB
Original Source

Appointment.IsOccurrence Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
bool IsOccurrence { get; }
vb
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 Appointment.Type is equal either to AppointmentType.Occurrence, AppointmentType.ChangedOccurrence or AppointmentType.DeletedOccurrence.

See Also

IsBase

IsRecurring

IsException

Appointment Interface

Appointment Members

DevExpress.XtraScheduler Namespace