Back to Devexpress

AppointmentItem.IsException Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-1c42bb58.md

latest1.7 KB
Original Source

AppointmentItem.IsException Property

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

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
Boolean

true, if the appointment is an exception in a recurring series; otherwise, false.

|

Remarks

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

See Also

Recurrences

IsBase

IsOccurrence

IsException

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace