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