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

AppointmentBaseCollection Class

A collection of appointments.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public class AppointmentBaseCollection :
    SchedulerCollectionBase<Appointment>

Remarks

The AppointmentBaseCollection class represents a collection of appointments. This collection is returned by various methods (SchedulerControl.SelectedAppointments, SchedulerStorageBase.GetAppointments, Appointment.GetExceptions, AppointmentConflictsCalculator.CalculateConflicts, etc).

Inheritance

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