Skip to main content

AppointmentItem.RecurrenceIndex Property

Gets the appointment index in the recurring series.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public int RecurrenceIndex { get; protected set; }

Property Value

Type Description
Int32

An integer value that is the zero-based index within the series.

Remarks

The RecurrenceIndex property identifies the number (zero-based) of the appointment occurrence within the recurring series specified by the appointment’s RecurrenceRule settings.

The RecurrenceIndex property is 0 for appointments of the AppointmentType.Normal and AppointmentType.Pattern types.

See Also