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

IRecurrenceInfo.OccurrenceCount Property

Gets or sets how many time an appointment repeats.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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