Skip to main content

IRecurrenceInfo.OccurrenceCount Property

Gets or sets how many time an appointment repeats.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.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