windowsforms-devexpress-dot-xtrascheduler-dot-reporting-c0165237.md
A control for printing the time scale captions.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
public class TimelineScaleHeaders :
HorizontalHeadersControlBase,
ISchedulerDateIterator
Public Class TimelineScaleHeaders
Inherits HorizontalHeadersControlBase
Implements ISchedulerDateIterator
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:
Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase DevExpress.XtraScheduler.Reporting.HeadersControlBase DevExpress.XtraScheduler.Reporting.HorizontalHeadersControlBase TimelineScaleHeaders
See Also