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