AppointmentViewInfoCollection.AddRange(IAppointmentViewInfoCollection) Method
Adds AppointmentViewInfo items contained in the specified object to the collection.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | DevExpress.XtraScheduler.Drawing.IAppointmentViewInfoCollection | An DevExpress.XtraScheduler.Drawing.IAppointmentViewInfoCollection object that contains AppointmentViewInfo instances. |
See Also