ResourceStorageBase.AddRange(Resource[]) Method
Appends an array of resources to the storage’s collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| resources | Resource[] | An array of Resource objects to append to the collection. |
Remarks
Objects are added to the end of the collection in the order they appear in the array.
Implements
See Also