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