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
public bool IsException { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also