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