DxSchedulerDataStorage.GetResourceItemById(Object) Method
In This Article
Returns a resource item with the specified identifier from the Scheduler’s data storage.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public DxSchedulerResourceItem GetResourceItemById(
object id
)
#Parameters
Name | Type | Description |
---|---|---|
id | Object | The resource identifier. |
#Returns
Type | Description |
---|---|
Dx |
The resource item. |
See Also