Back to Devexpress

Appointment.IsException Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointment-33aced52.md

latest1.7 KB
Original Source

Appointment.IsException Property

Gets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
bool IsException { get; }
vb
ReadOnly Property IsException As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

IsBase

IsRecurring

IsOccurrence

Appointment Interface

Appointment Members

DevExpress.XtraScheduler Namespace