AppointmentBaseCollection Class
A collection of appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
public class AppointmentBaseCollection :
SchedulerCollectionBase<Appointment>
Public Class AppointmentBaseCollection
Inherits SchedulerCollectionBase(Of Appointment)
Related API Members
The following members return AppointmentBaseCollection objects:
Related API Members
The following members return AppointmentBaseCollection objects:
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