AppointmentItemCollection Class
A collection of appointments.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Related API Members
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>
DevExpress.Xpf.Scheduling.Internal.SchedulerItemBaseCollection<AppointmentItem>
AppointmentItemCollection
See Also