AppointmentDataStorage.AddRange(IEnumerable<Appointment>) Method
Adds an collection of appointments to the storage’s collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointments | IEnumerable<Appointment> | An IEnumerable object that stores Appointment objects to append to the collection. |
See Also