DxSchedulerDataStorage.GetResourcesByIds(IEnumerable<Object>) Method
Returns a collection of resource items with the specified identifiers from the Scheduler’s data storage.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public IEnumerable<DxSchedulerResourceItem> GetResourcesByIds(
IEnumerable<object> ids
)
Parameters
Name | Type | Description |
---|---|---|
ids | IEnumerable<Object> | A collection of resource identifiers. |
Returns
Type | Description |
---|---|
IEnumerable<DxSchedulerResourceItem> | A collection of resource items. |
See Also