AppointmentCollection Class
A collection of appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Related API Members
The following members return AppointmentCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | AppointmentStorageBase.Items |
WinForms Controls | AppointmentDataStorage.Items |
WPF Controls | AppointmentStorage.Items |
Remarks
The AppointmentCollection class represents 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 DataStorage property. The appointment settings are stored in the AppointmentStorage object which is returned by the SchedulerStorage.Appointments property. Appointments themselves are contained within the AppointmentStorageBase.Items collection.