Skip to main content

DxSchedulerDataStorage.GetPattern(DxSchedulerAppointmentItem) Method

Returns a pattern of the specified occurrence or exception.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem GetPattern(
    DxSchedulerAppointmentItem occurrenceOrException
)

Parameters

Name Type Description
occurrenceOrException DxSchedulerAppointmentItem

The occurrence or exception whose pattern is requested.

Returns

Type Description
DxSchedulerAppointmentItem

The pattern of the specified appointment if its Type is Occurrence, ChangedOccurrence, or DeletedOccurrence; the specified appointment if its Type is Pattern; null if the Type is OneTime.

See Also