Skip to main content

AppointmentItem.SetPatternReference(AppointmentItem, Int32) Method

Embeds the occurrence into a recurring chain based on the specified appointment under the given index.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public void SetPatternReference(
    AppointmentItem pattern,
    int recurrenceIndex
)

Parameters

Name Type Description
pattern AppointmentItem

The pattern that is the base of the recurring chain.

recurrenceIndex Int32

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

See Also