corelibraries-devexpress-dot-xtrascheduler-976cbe03.md
A collection of appointments.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentCollection :
AppointmentBaseCollection
Public Class AppointmentCollection
Inherits AppointmentBaseCollection
The following members return AppointmentCollection objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | AppointmentStorageBase.Items |
| WinForms Controls | AppointmentDataStorage.Items |
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.
Object DXCollectionBase<Appointment> DXCollection<Appointment> NotificationCollection<Appointment> DevExpress.XtraScheduler.SchedulerCollectionBase<Appointment> AppointmentBaseCollection AppointmentCollection
See Also