Skip to main content

AppointmentDataStorage.AddRange(Appointment[]) Method

Appends an array of appointments to the storage’s collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void AddRange(
    Appointment[] appointments
)

Parameters

Name Type Description
appointments Appointment[]

An array of Appointment objects to append to the collection.

Remarks

Objects are added to the end of the collection in the order they appear in the array.

See Also