Skip to main content
A newer version of this page is available. .

IResourceStorageBase.Add(Resource) Method

Appends the specified Resource object to the collection of resources in the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

int Add(
    Resource resource
)

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