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