Back to Devexpress

SchedulerItemBase.RecurrenceIndex Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-scheduleritembase-10150bb3.md

latest1.6 KB
Original Source

SchedulerItemBase.RecurrenceIndex Property

Gets the appointment index in the recurring series.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public int RecurrenceIndex { get; protected set; }
vb
Public Property RecurrenceIndex As Integer

Property Value

TypeDescription
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 AppointmentItem.RecurrenceInfo settings.

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

See Also

SchedulerItemBase Class

SchedulerItemBase Members

DevExpress.Xpf.Scheduling Namespace