DxSchedulerAppointmentItem.SetPatternReference(DxSchedulerAppointmentItem, Int32) Method
Inserts the current appointment in the specified recurring series with the specified index.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public void SetPatternReference(
DxSchedulerAppointmentItem pattern,
int recurrenceIndex
)
Parameters
Name | Type | Description |
---|---|---|
pattern | DxSchedulerAppointmentItem | A DxSchedulerAppointmentItem that is the series pattern with the recurrence info. |
recurrenceIndex | Int32 | An integer that specifies the recurring series index. |
See Also