DxSchedulerDataStorage.GetResourceItemById(Object) Method
Returns a resource item with the specified identifier from the Scheduler’s data storage.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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