DxSchedulerAppointmentItem.SetPatternReference(Object, Int32) Method
In This Article
Inserts the current appointment in the specified recurring series with the specified index.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public void SetPatternReference(
object recurrenceInfoId,
int recurrenceIndex
)
#Parameters
Name | Type | Description |
---|---|---|
recurrence |
Object | An object that is the recurrence info identifier. |
recurrence |
Int32 | An integer that specifies the recurring series index. |
See Also