AppointmentItem.SetPatternReference(AppointmentItem, Int32) Method
Embeds the occurrence into a recurring chain based on the specified appointment under the given index.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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