AppointmentStorage.AddRange(Appointment[]) Method
In This Article
Appends an array of appointments to the storage's collection.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#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