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