Skip to main content

DxSchedulerAppointmentItem.SetPatternReference(Object, Int32) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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