Skip to main content
A newer version of this page is available. .

SchedulerTimelineHeaderCellInfo(DxSchedulerDateTimeRange) Constructor

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

Namespace: DevExpress.Blazor

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