Skip to main content
All docs
V26.1
  • SchedulerResourceHeaderCellInfo(DxSchedulerResourceItem, DxSchedulerDateTimeRangeCollection) Constructor

    Initializes a new instance of the SchedulerResourceHeaderCellInfo class with specified settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public SchedulerResourceHeaderCellInfo(
        DxSchedulerResourceItem resource,
        DxSchedulerDateTimeRangeCollection intervals
    )

    Parameters

    Name Type Description
    resource DxSchedulerResourceItem

    A resource associated with the header cell.

    intervals DxSchedulerDateTimeRangeCollection

    A collection of intervals to which the header cell belongs.

    See Also