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