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

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

Declaration

public bool IsOccurrence { get; }

Property Value

Type Description
Boolean

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

See Also