Skip to main content
A newer version of this page is available. .

AppointmentViewInfoCollection Class

A collection of AppointmentViewInfo objects.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

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