A newer version of this page is available.
Switch to the current version.
AppointmentBaseCollection Class
A collection of appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
public class AppointmentBaseCollection :
SchedulerCollectionBase<Appointment>
Public Class AppointmentBaseCollection
Inherits SchedulerCollectionBase(Of Appointment)
Related API Members
The following members accept/return AppointmentBaseCollection objects:
Show 39 links
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
Feedback