Skip to main content
A newer version of this page is available. .

SchedulerItemBase.SetPatternReference(Object, Int32) Method

Sets the recurrence index to the appointment.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void SetPatternReference(
    object recurrenceInfoId,
    int recurrenceIndex
)

Parameters

Name Type Description
recurrenceInfoId Object

A System.Object that is the identifier of the recurrence info.

recurrenceIndex Int32

An integer that specifies the recurrence index.

Remarks

Use the SetPatternReference method to change the RecurrenceIndex value. If the appointment is not an exception in a recurring series, the method does nothing. If the SchedulerControl.AppointmentItems collection does not contain the appointment, a System.InvalidOperationException is thrown.

See Also