Skip to main content

AppointmentItem.SetPatternReference(Object, Int32) Method

Embeds the occurrence into a recurring chain based on a recurrence info with the specified identifier under the given index.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public void SetPatternReference(
    object recurrenceInfoId,
    int recurrenceIndex
)

Parameters

Name Type Description
recurrenceInfoId Object

The identifier of a recurrence info on which the recurring chain is based.

recurrenceIndex Int32

The zero-based index of the occurrence in the recurring chain.

See Also