AppointmentItem.IsOccurrence Property
Returns whether the appointment is an occurrence (the appointment Type is Occurrence, ChangedOccurrence or DeletedOccurrence).
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public bool IsOccurrence { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also