Skip to main content

AppointmentViewInfoCollection(IEnumerable<AppointmentViewInfo>) Constructor

Initializes new instance of the AppointmentViewInfoCollection class with the specified settings.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentViewInfoCollection(
    IEnumerable<AppointmentViewInfo> collection
)

Parameters

Name Type Description
collection IEnumerable<AppointmentViewInfo>

A collection of AppointmentViewInfo objects.

See Also