Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentItemCollection Class

A collection of appointments.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public class AppointmentItemCollection :
    SchedulerItemBaseCollection<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>
DevExpress.Xpf.Scheduling.Internal.SchedulerItemBaseCollection<AppointmentItem>
AppointmentItemCollection
See Also