SchedulerDataStorage.GetExceptions(AppointmentItem) Method
Returns all exceptions to the specified pattern.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IEnumerable<AppointmentItem> GetExceptions(
AppointmentItem pattern
)
Parameters
| Name | Type | Description |
|---|---|---|
| pattern | AppointmentItem | The pattern whose exceptions should be returned. |
Returns
| Type | Description |
|---|---|
| IEnumerable<AppointmentItem> | The collection of exceptions to the pattern. |
See Also