Back to Devexpress

SchedulerDataStorage.GetPattern(AppointmentItem) Method

maui-devexpress-dot-maui-dot-scheduler-dot-schedulerdatastorage-dot-getpattern-x28-devexpress-dot-maui-dot-scheduler-dot-appointmentitem-x29.md

latest1.4 KB
Original Source

SchedulerDataStorage.GetPattern(AppointmentItem) Method

Returns a pattern of the specified occurrence or exception.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public AppointmentItem GetPattern(
    AppointmentItem occurrenceOrException
)

Parameters

NameTypeDescription
occurrenceOrExceptionAppointmentItem

The occurrence or exception whose pattern is required.

|

Returns

TypeDescription
AppointmentItem

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 specified appointment’s Type is Normal.

|

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.Maui.Scheduler Namespace