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

TimelineScaleHeaders(ReportTimelineView) Constructor

Initializes a new instance of the TimelineScaleHeaders class linked to the specified View component.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Reporting.dll

Declaration

public TimelineScaleHeaders(
    ReportTimelineView timelineView
)

Parameters

Name Type Description
timelineView ReportTimelineView

A ReportTimelineView component representing a TimelineView in the scheduler report.

See Also