Back to Devexpress

AppointmentViewInfoCollection Class

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-172598ec.md

latest2.0 KB
Original Source

AppointmentViewInfoCollection Class

A collection of AppointmentViewInfo objects.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class AppointmentViewInfoCollection :
    List<AppointmentViewInfo>,
    IAppointmentViewInfoCollection
vb
Public Class AppointmentViewInfoCollection
    Inherits List(Of AppointmentViewInfo)
    Implements 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

AppointmentViewInfoCollection Members

DevExpress.XtraScheduler.Drawing Namespace