ResourceStorage.AddRange(Resource[]) Method
In This Article
Appends an array of resources to the storage's collection.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Resource[] | An array of Resource objects to be appended to the resource collection. |
#Remarks
Objects are added to the end of the collection in the order they appear in the array.
See Also