Skip to main content

SchedulerDataStorage.GetPattern(Object) Method

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public AppointmentItem GetPattern(
    object recurrenceInfoId
)

#Parameters

Name Type Description
recurrenceInfoId Object

The recurrence information identifier.

#Returns

Type Description
AppointmentItem

The pattern that utilizes recurrence information with the specified identifier.

See Also