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

AppointmentViewInfoCollection(IEnumerable<AppointmentViewInfo>) Constructor

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public AppointmentViewInfoCollection(
    IEnumerable<AppointmentViewInfo> collection
)

Parameters

Name Type Description
collection IEnumerable<AppointmentViewInfo>

A collection of AppointmentViewInfo objects.

See Also