Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TimelineScaleHeaders Class

A control for printing the time scale captions.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.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