Skip to main content
All docs
V19.1

SchedulerView.GetExceptions(AppointmentItem) Method

Returns all exceptions to the specified pattern.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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