Back to Devexpress

DxSchedulerDataStorage.GetPattern(DxSchedulerAppointmentItem) Method

blazor-devexpress-dot-blazor-dot-dxschedulerdatastorage-dot-getpattern-x28-devexpress-dot-blazor-dot-dxschedulerappointmentitem-x29.md

latest1.3 KB
Original Source

DxSchedulerDataStorage.GetPattern(DxSchedulerAppointmentItem) Method

Returns a pattern of the specified occurrence or exception.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerAppointmentItem GetPattern(
    DxSchedulerAppointmentItem occurrenceOrException
)

Parameters

NameTypeDescription
occurrenceOrExceptionDxSchedulerAppointmentItem

The occurrence or exception whose pattern is requested.

|

Returns

TypeDescription
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

DxSchedulerDataStorage Class

DxSchedulerDataStorage Members

DevExpress.Blazor Namespace