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

AppointmentItemCollection Class

A collection of appointments.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public class AppointmentItemCollection :
    SchedulerBoundCollectionBase<AppointmentItem>

The following members return AppointmentItemCollection objects:

Remarks

The AppointmentItemCollection is a collection of AppointmentItem objects. The AppointmentItemCollection object is accessible using the SchedulerControl.AppointmentItems. The collection does not contain appointment occurrences, they are calculated from appointment patterns contained in this collection. Use the SchedulerControl.GetAppointments property to get all existing appointments, including occurrences, in the specified interval.

Inheritance

Object
DevExpress.Mvvm.Native.BoundCollectionBase<AppointmentItem>
DevExpress.Xpf.Scheduling.Internal.SchedulerBoundCollectionBase<AppointmentItem>
AppointmentItemCollection
See Also