SchedulerDataStorage.GetPattern(Object) Method
Returns a pattern that utilizes recurrence information with the specified identifier.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
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