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.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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