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

ResourceStorageBase.CreateResource(Object) Method

Creates a new resource with the specified ID.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public Resource CreateResource(
    object id
)

Parameters

Name Type Description
id Object

An object that is the resource identifier.

Returns

Type Description
Resource

A newly created Resource with the specified identifier.

See Also