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

IResourceStorageBase.CreateResource(Object, String) Method

Creates a new resource with the specified ID and caption.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

Resource CreateResource(
    object id,
    string caption
)

Parameters

Name Type Description
id Object

An object, that is a unique resource identifier.

caption String

A string that is displayed as resource’s caption.

Returns

Type Description
Resource

A Resource object.

See Also