AppointmentItem.IsRecurring Property
In This Article
Returns whether the appointment belongs to a recurring series.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public bool IsRecurring { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also