IResourceStorageBase.Add(Resource) Method
Appends the specified Resource object to the collection of resources in the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| resource | Resource | A Resource object to append to the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value indicating the position into which the new element was inserted. |
Remarks
This method appends a resource object to the ResourceCollection collection in the storage.
See Also