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

SchedulerDataStorage.GetResourceById(Object) Method

Returns a resource by its ID.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public Resource GetResourceById(
    object resourceId
)

Parameters

Name Type Description
resourceId Object

An Object that specifies the ID.

Returns

Type Description
Resource

The resource that has the specified ID.

See Also