SchedulerDataStorage.GetPattern(AppointmentItem) Method
Returns a pattern of the specified occurrence or exception.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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