Back to Devexpress

AppointmentCollection Class

corelibraries-devexpress-dot-xtrascheduler-976cbe03.md

latest3.0 KB
Original Source

AppointmentCollection Class

A collection of appointments.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentCollection :
    AppointmentBaseCollection
vb
Public Class AppointmentCollection
    Inherits AppointmentBaseCollection

The following members return AppointmentCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryAppointmentStorageBase.Items
WinForms ControlsAppointmentDataStorage.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.

Inheritance

Object DXCollectionBase<Appointment> DXCollection<Appointment> NotificationCollection<Appointment> DevExpress.XtraScheduler.SchedulerCollectionBase<Appointment> AppointmentBaseCollection AppointmentCollection

See Also

AppointmentCollection Members

Items

DevExpress.XtraScheduler Namespace