Skip to main content

Appointment.RecurrenceIndex Property

Gets the index in the recurrence series.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

int RecurrenceIndex { get; }

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference 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.

See Also