Back to Devexpress

TimelineScaleHeaders.HorizontalHeaders Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-timelinescaleheaders-76b55459.md

latest2.1 KB
Original Source

TimelineScaleHeaders.HorizontalHeaders Property

Gets or sets the HorizontalResourceHeaders control linked to the TimeScaleHeaders control.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public HorizontalResourceHeaders HorizontalHeaders { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference)>
Public Property HorizontalHeaders As HorizontalResourceHeaders

Property Value

TypeDefaultDescription
HorizontalResourceHeadersnull

A HorizontalResourceHeaders control linked to the current contrrol.

|

Remarks

You can specify the horizontal resource headers via the HorizontalHeaders property to enhance the Timeline view, as illustrated below:

See Also

TimelineScaleHeaders Class

TimelineScaleHeaders Members

DevExpress.XtraScheduler.Reporting Namespace