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

AppointmentStorageBase.AddRange(Appointment[]) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public void AddRange(
    Appointment[] items
)

Parameters

Name Type Description
items 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