AppointmentViewInfoCollection Class
In This Article
A collection of AppointmentViewInfo objects.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class AppointmentViewInfoCollection :
List<AppointmentViewInfo>,
IAppointmentViewInfoCollection
#Related API Members
The following members return AppointmentViewInfoCollection objects:
#Remarks
The AppointmentViewInfoCollection collection is returned by the SchedulerViewInfoBase.CopyAllAppointmentViewInfos method.
See Also