Back to Devexpress

AppointmentItem.IsException Property

maui-devexpress-dot-maui-dot-scheduler-dot-appointmentitem-0c7b9c23.md

latest958 B
Original Source

AppointmentItem.IsException Property

Returns whether the appointment is an exception (the appointment Type is ChangedOccurrence or DeletedOccurrence).

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public bool IsException { get; }

Property Value

TypeDescription
Boolean

true if the appointment is an exception; otherwise, false.

|

See Also

AppointmentItem Class

AppointmentItem Members

DevExpress.Maui.Scheduler Namespace