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

AppointmentViewInfoCollection.AddRange(IAppointmentViewInfoCollection) Method

Adds AppointmentViewInfo items contained in the specified object to the collection.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public void AddRange(
    IAppointmentViewInfoCollection value
)

Parameters

Name Type Description
value DevExpress.XtraScheduler.Drawing.IAppointmentViewInfoCollection

An DevExpress.XtraScheduler.Drawing.IAppointmentViewInfoCollection object that contains AppointmentViewInfo instances.

See Also