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