AppointmentStatusDataStorage.AddRange(IEnumerable<AppointmentStatus>) Method
Adds multiple Statuses to this AppointmentStatusDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
statuses | IEnumerable<AppointmentStatus> | An IEnumerable object that stores Statuses to be added to this AppointmentStatusDataStorage. |
See Also