SchedulerDataStorage.GetPattern(Object) Method
In This Article
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
C#
public AppointmentItem GetPattern(
object recurrenceInfoId
)
#Parameters
Name | Type | Description |
---|---|---|
recurrence |
System. |
The recurrence information identifier. |
#Returns
Type | Description |
---|---|
Appointment |
The pattern that utilizes recurrence information with the specified identifier. |
See Also