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