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

AppointmentBaseCollection Class

A collection of appointments.

Namespace: DevExpress.XtraScheduler

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

Declaration

public class AppointmentBaseCollection :
    SchedulerCollectionBase<Appointment>

The following members accept/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)
AppointmentStorageBase.GetAppointmentsExpandingPatterns(TimeInterval, Boolean)
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).

The following code snippets (auto-collected from DevExpress Examples) contain references to the AppointmentBaseCollection class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DXCollectionBase<Appointment>
DXCollection<Appointment>
NotificationCollection<Appointment>
DevExpress.XtraScheduler.SchedulerCollectionBase<Appointment>
AppointmentBaseCollection
See Also