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