AppointmentItem.IsException Property
In This Article
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
C#
public bool IsException { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also