Skip to main content

AppointmentDataStorage.AddRange(IEnumerable<Appointment>) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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