Skip to main content
A newer version of this page is available. .

AppointmentCollection Class

A collection of appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public class AppointmentCollection :
    AppointmentBaseCollection

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 SchedulerControl.Storage 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.

Inheritance

See Also