Skip to main content

AppointmentViewInfoCollection Class

A collection of AppointmentViewInfo objects.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class AppointmentViewInfoCollection :
    List<AppointmentViewInfo>,
    IAppointmentViewInfoCollection

The following members return AppointmentViewInfoCollection objects:

Remarks

The AppointmentViewInfoCollection collection is returned by the SchedulerViewInfoBase.CopyAllAppointmentViewInfos method.

Inheritance

Object
List<AppointmentViewInfo>
AppointmentViewInfoCollection
See Also