Appointment.RecurrenceIndex Property
Gets the index in the recurrence series.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that is the appointment’s zero-based index within the recurrence series. |
Remarks
The RecurrenceIndex property identifies the number (zero-based) of the appointment occurrence within the recurrence series specified by the appointment’s Appointment.RecurrenceInfo settings.
For appointments of the AppointmentType.Normal and AppointmentType.Pattern types the RecurrenceIndex property returns 0.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the RecurrenceIndex property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.