Back to Devexpress

IRecurrenceInfo.OccurrenceCount Property

maui-devexpress-dot-maui-dot-scheduler-dot-irecurrenceinfo-976e9b97.md

latest973 B
Original Source

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

csharp
int OccurrenceCount { get; set; }

Property Value

TypeDescription
Int32

The number of occurrences.

|

Remarks

The occurrence calculator takes this property into account when Range is set to OccurrenceCount.

See Also

IRecurrenceInfo Interface

IRecurrenceInfo Members

DevExpress.Maui.Scheduler Namespace