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

AppointmentItem.GetExceptions() Method

OBSOLETE

Use the following API instead: scheduler.GetExceptions(AppointmentItem pattern)

This API is obsolete now.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

[Obsolete("Use the following API instead: scheduler.GetExceptions(AppointmentItem pattern)", false)]
public IEnumerable<AppointmentItem> GetExceptions()

Returns

Type
IEnumerable<AppointmentItem>
See Also