A newer version of this page is available.
Switch to the current version.
Appointment.RecurrenceIndex Property
Gets the index in the recurrence series.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
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.
See Also
Feedback