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

AppointmentBaseCollection Class

A collection of appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public class AppointmentBaseCollection :
    SchedulerCollectionBase<Appointment>

The following members return AppointmentBaseCollection objects:

Show 39 links
Library Related API Members
Cross-Platform Class Library Appointment.GetExceptions()
AppointmentBaseCollection.FindAll(Predicate<Appointment>)
AppointmentBaseCollection.GetAppointments(TimeInterval)
AppointmentBaseCollection.GetAppointmentsFromSortedCollection(AppointmentBaseCollection, TimeInterval)
AppointmentConflictEventArgs.Conflicts
AppointmentConflictsCalculator.CalculateConflicts(Appointment, TimeInterval)
AppointmentDragEventArgs.AdditionalAppointments
AppointmentStorageBase.GetAppointmentsExpandingPatterns(TimeInterval, Boolean)
AppointmentStorageBase.GetAppointmentsExpandingPatterns(TimeInterval)
HolidaysHelper.GenerateHolidayAppointments(ISchedulerStorageBase, WorkDaysCollection)
iCalendarExporter.Appointments
ISchedulerStorageBase.GetAppointments(DateTime, DateTime)
ISchedulerStorageBase.GetAppointments(TimeInterval)
ISchedulerStorageBase.GetAppointments(TimeIntervalCollection)
ISchedulerStorageBase.GetAppointmentsCore(TimeInterval, Object)
OccurrenceCalculator.CalcOccurrences(TimeInterval, Appointment)
SchedulerDragData.Appointments
SchedulerPrintAdapter.GetAppointments(TimeInterval, ResourceBaseCollection)
SchedulerStorageBase.GetAppointments(DateTime, DateTime, Boolean)
SchedulerStorageBase.GetAppointments(TimeInterval, Boolean)
SchedulerStorageBase.GetAppointments(TimeIntervalCollection, Boolean)
SchedulerStorageBase.GetNonFilteredAppointments(TimeInterval, Object)
WinForms Controls ReportViewBase.GetAppointments(TimeInterval, ResourceBaseCollection)
SchedulerControl.SelectedAppointments
SchedulerDataStorage.GetAppointments(DateTime, DateTime)
SchedulerDataStorage.GetAppointments(TimeInterval)
SchedulerDataStorage.GetAppointments(TimeIntervalCollection)
SchedulerViewBase.GetAppointments()
WPF Controls DeleteRecurrentAppointmentFormEventArgs.Appointments
SchedulerControl.SelectedAppointments
SchedulerStorage.GetAppointments(DateTime, DateTime)
SchedulerStorage.GetAppointments(TimeInterval)
SchedulerStorage.GetAppointments(TimeIntervalCollection)
SchedulerViewBase.GetAppointments()
eXpressApp Framework ASPxSchedulerListEditor.SelectedAppointments
SchedulerListEditor.SelectedAppointments
SchedulerListEditorBase.SelectedAppointments
ASP.NET Web Forms Controls ASPxScheduler.SelectedAppointments
SchedulerViewBase.GetAppointments()

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