IRecurrenceInfo.OccurrenceCount Property
Gets or sets how many time an appointment repeats.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
int OccurrenceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The number of occurrences. |
Remarks
The occurrence calculator takes this property into account when Range is set to OccurrenceCount.
See Also