Skip to main content

TimelineScaleHeaders Class

A control for printing the time scale captions.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public class TimelineScaleHeaders :
    HorizontalHeadersControlBase,
    ISchedulerDateIterator

Remarks

The TimelineScaleHeaders control should be linked via its View property to the corresponding TimelineView, for proper operation. The TimelineScaleHeaders control can be linked to a HorizontalResourceHeaders control via its TimelineScaleHeaders.HorizontalHeaders property.

The TimelineScaleHeaders control linked to the HorizontalResourceHeaders control is shown in the following picture:

ReportControls-TimelineScaleHeaders

Inheritance

Object
MarshalByRefObject
Component
XRControl
DevExpress.XtraScheduler.Reporting.ReportViewControlBase
DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase
DevExpress.XtraScheduler.Reporting.HeadersControlBase
DevExpress.XtraScheduler.Reporting.HorizontalHeadersControlBase
TimelineScaleHeaders
See Also