Skip to main content

AppointmentBaseCollection Class

A collection of appointments.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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