Skip to main content

AppointmentViewInfoCollection.AddRange(IAppointmentViewInfoCollection) Method

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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