Skip to main content

AppointmentStorage.AddRange(Appointment[]) Method

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public override void AddRange(
    Appointment[] obj
)
Public Overrides Sub AddRange(
    obj As Appointment()
)

Parameters

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