AppointmentCollection.AddRange(ICollection) Method
In This Article
Adds a collection of appointments to the end of the collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
collection | ICollection | A ICollection object which is the collection of appointments to be appended to the collection. |
#Remarks
Objects are appended to the collection in the same order that they have in the added collection.
See Also