Skip to main content
A newer version of this page is available. .

SchedulerControl.GetExceptions(Object) Method

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public IEnumerable<AppointmentItem> GetExceptions(
    object recurrenceInfoId
)

Parameters

Name Type
recurrenceInfoId Object

Returns

Type
IEnumerable<AppointmentItem>
See Also