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

ResourceDataStorage.Add(Object) Method

Adds a new resource with the specific ID.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public Resource Add(
    object id
)

Parameters

Name Type Description
id Object

An Object that specifies the unique resource ID.

Returns

Type Description
Resource

A Resource object that is the created resource.

See Also