Skip to main content

SchedulerTimelineHeaderCellInfo(DxSchedulerDateTimeRange) Constructor

Initializes a new instance of the SchedulerTimelineHeaderCellInfo class with specified settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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