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

TimelineScaleHeaders Class

A control for printing the time scale captions.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[ToolboxBitmap(typeof(XtraSchedulerReport), "Bitmaps256.timelineheaders.bmp")]
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