Skip to main content
All docs
V26.1
  • SchedulerTimelineHeaderCellInfo(DxSchedulerDateTimeRange) Constructor

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

    Namespace: DevExpress.Blazor

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