Skip to main content

AppointmentBaseCollection Class

A collection of appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

#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()
ASP.NET Web Forms Controls ASPxScheduler.SelectedAppointments
SchedulerViewBase.GetAppointments()
XAF: Cross-Platform .NET App UI & Web API ASPxSchedulerListEditor.SelectedAppointments
SchedulerListEditor.SelectedAppointments
SchedulerListEditorBase.SelectedAppointments

#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