Skip to main content
A newer version of this page is available. .

DxSchedulerAppointmentItem.SetPatternReference(Object, Int32) Method

Inserts the current appointment in the specified recurring series with the specified index.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public void SetPatternReference(
    object recurrenceInfoId,
    int recurrenceIndex
)

Parameters

Name Type Description
recurrenceInfoId Object

An object that is the recurrence info identifier.

recurrenceIndex Int32

An integer that specifies the recurring series index.

See Also