corelibraries-devexpress-dot-xtrascheduler-7e38c210.md
A collection of appointments.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentBaseCollection :
SchedulerCollectionBase<Appointment>
Public Class AppointmentBaseCollection
Inherits SchedulerCollectionBase(Of Appointment)
The following members return AppointmentBaseCollection objects:
Show 32 links
The AppointmentBaseCollection class represents a collection of appointments. This collection is returned by various methods (SchedulerControl.SelectedAppointments, SchedulerStorageBase.GetAppointments, Appointment.GetExceptions, AppointmentConflictsCalculator.CalculateConflicts, etc).
Object DXCollectionBase<Appointment> DXCollection<Appointment> NotificationCollection<Appointment> DevExpress.XtraScheduler.SchedulerCollectionBase<Appointment> AppointmentBaseCollection AppointmentCollection
See Also