Back to Devexpress

TimelineScaleHeaders Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-c0165237.md

latest2.3 KB
Original Source

TimelineScaleHeaders Class

A control for printing the time scale captions.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public class TimelineScaleHeaders :
    HorizontalHeadersControlBase,
    ISchedulerDateIterator
vb
Public Class TimelineScaleHeaders
    Inherits HorizontalHeadersControlBase
    Implements 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:

Inheritance

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

See Also

TimelineScaleHeaders Members

DevExpress.XtraScheduler.Reporting Namespace