Skip to main content

DxSchedulerDataStorage.GetPattern(Object) Method

Returns a pattern that has a recurrence information with the specified identifier.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem GetPattern(
    object recurrenceInfoId
)

Parameters

Name Type Description
recurrenceInfoId Object

The recurrence information identifier.

Returns

Type Description
DxSchedulerAppointmentItem

The pattern that has the recurrence information with the specified identifier.

See Also