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

AppointmentDataStorage.AddRange(IEnumerable<Appointment>) Method

Adds an collection of appointments to the storage’s collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public void AddRange(
    IEnumerable<Appointment> appointments
)

Parameters

Name Type Description
appointments IEnumerable<Appointment>

An IEnumerable object that stores Appointment objects to append to the collection.

See Also