AppointmentViewInfoCollection Class
A collection of AppointmentViewInfo objects.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.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.
Inheritance
See Also