Skip to main content
A newer version of this page is available. .

AppointmentItem.IsException Property

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool IsException { get; }

Property Value

Type Description
Boolean

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

See Also