SchedulerResourceHeaderCellInfo(DxSchedulerResourceItem, DxSchedulerDateTimeRangeCollection) Constructor
In This Article
Initializes a new instance of the SchedulerResourceHeaderCellInfo class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SchedulerResourceHeaderCellInfo(
DxSchedulerResourceItem resource,
DxSchedulerDateTimeRangeCollection intervals
)
#Parameters
Name | Type | Description |
---|---|---|
resource | Dx |
A resource associated with the header cell. |
intervals | Dx |
A collection of intervals to which the header cell belongs. |
See Also