Skip to main content

ResourceStorage.Add(Resource) Method

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public override int Add(
    Resource obj
)
Public Overrides Function Add(
    obj As Resource
) As Integer

Parameters

Name Type Description
obj Resource

A Resource object to be appended to the resource collection.

Returns

Type Description
Int32

An integer value indicating the position into which the new element has been inserted.

Remarks

The Add method appends a resource object to the DevExpress.XtraScheduler.ResourceCollection collection in the storage.

See Also