Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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