Skip to main content

ResourceDataStorage.Add(Object) Method

Adds a new resource with the specific ID.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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