AppointmentLabelDataStorage.AddRange(IEnumerable<AppointmentLabel>) Method
Adds a Label collection to this AppointmentLabelDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| labels | IEnumerable<AppointmentLabel> | An IEnumerable Label collection to be added. |
See Also