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