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

AppointmentItem.IsRecurring Property

Returns whether the appointment belongs to a recurring series.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool IsRecurring { get; }

Property Value

Type Description
Boolean

true, if the appointment belongs to a recurring series; otherwise, false.

See Also