Skip to main content
All docs
V19.1

SchedulerView.GetPattern(Object) Method

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

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