SchedulerDataStorage.GetPattern(AppointmentItem) Method
In This Article
Returns a pattern of the specified occurrence or exception.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public AppointmentItem GetPattern(
AppointmentItem occurrenceOrException
)
#Parameters
Name | Type | Description |
---|---|---|
occurrence |
Appointment |
The occurrence or exception whose pattern is required. |
#Returns
Type | Description |
---|---|
Appointment |
The pattern of the specified appointment if its Type is |
See Also