AppointmentCollection Class
A collection of appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Returned By
The AppointmentStorage.Items property returns an instance of AppointmentCollection.
#Remarks
The AppointmentCollection class is a collection of Appointment objects. Properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation via the Item property.
The scheduler's appointments are stored within its storage, which can be accessed via the SchedulerControl.Storage property. The appointment settings are stored in the AppointmentStorage object which is returned by the SchedulerStorage.AppointmentStorage property. Appointments themselves are contained within the AppointmentStorage.Items collection.