AppointmentViewInfoCollection(IEnumerable<AppointmentViewInfo>) Constructor
Initializes new instance of the AppointmentViewInfoCollection class with the specified settings.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| collection | IEnumerable<AppointmentViewInfo> | A collection of AppointmentViewInfo objects. |
See Also