Back to Devexpress

AppointmentItem.IsOccurrence Property

maui-devexpress-dot-maui-dot-scheduler-dot-appointmentitem-8f41fd01.md

latest976 B
Original Source

AppointmentItem.IsOccurrence Property

Returns whether the appointment is an occurrence (the appointment Type is Occurrence, ChangedOccurrence or DeletedOccurrence).

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public bool IsOccurrence { get; }

Property Value

TypeDescription
Boolean

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

|

See Also

AppointmentItem Class

AppointmentItem Members

DevExpress.Maui.Scheduler Namespace