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

DxSchedulerDataStorage.GetResourceItemById(Object) Method

Returns a resource item with the specified identifier from the Scheduler’s data storage.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerResourceItem GetResourceItemById(
    object id
)

Parameters

Name Type Description
id Object

The resource identifier.

Returns

Type Description
DxSchedulerResourceItem

The resource item.

See Also