SchedulerDayOfWeekHeaderCellInfo(DayOfWeek, DxSchedulerResourceItem) Constructor
In This Article
Initializes a new instance of the SchedulerDayOfWeekHeaderCellInfo class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SchedulerDayOfWeekHeaderCellInfo(
DayOfWeek dayOfWeek,
DxSchedulerResourceItem resource
)
#Parameters
Name | Type | Description |
---|---|---|
day |
Day |
The day of the week that corresponds the header cell’s date. |
resource | Dx |
A resource associated with the header cell. |
See Also