Skip to main content

SchedulerDataStorage.GetPattern(AppointmentItem) Method

Returns a pattern of the specified occurrence or exception.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public AppointmentItem GetPattern(
    AppointmentItem occurrenceOrException
)

Parameters

Name Type Description
occurrenceOrException AppointmentItem

The occurrence or exception whose pattern is required.

Returns

Type Description
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