Back to Devexpress

AppointmentBaseCollection Class

corelibraries-devexpress-dot-xtrascheduler-7e38c210.md

latest8.5 KB
Original Source

AppointmentBaseCollection Class

A collection of appointments.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentBaseCollection :
    SchedulerCollectionBase<Appointment>
vb
Public Class AppointmentBaseCollection
    Inherits SchedulerCollectionBase(Of Appointment)

The following members return AppointmentBaseCollection objects:

Show 32 links

LibraryRelated API Members
Cross-Platform Class LibraryAppointment.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 ControlsReportViewBase.GetAppointments(TimeInterval, ResourceBaseCollection)
SchedulerControl.SelectedAppointments
SchedulerDataStorage.GetAppointments(DateTime, DateTime)
SchedulerDataStorage.GetAppointments(TimeInterval)
SchedulerDataStorage.GetAppointments(TimeIntervalCollection)
SchedulerViewBase.GetAppointments()
ASP.NET Web Forms ControlsASPxScheduler.SelectedAppointments
SchedulerViewBase.GetAppointments()
XAF: Cross-Platform .NET App UI & Web APISchedulerListEditor.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 AppointmentCollection

See Also

AppointmentBaseCollection Members

Appointments

DevExpress.XtraScheduler Namespace