Skip to main content

TimelineScaleHeaders(ReportTimelineView) Constructor

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public TimelineScaleHeaders(
    ReportTimelineView timelineView
)

Parameters

Name Type Description
timelineView ReportTimelineView

A ReportTimelineView component representing a TimelineView in the scheduler report.

See Also