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

DayViewTimeCells.HorizontalHeaders Property

Gets or sets the HorizontalDateHeaders or the HorizontalResourceHeaders control linked to the DayViewTimeCells.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[Browsable(true)]
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference, 0)]
public override HorizontalHeadersControlBase HorizontalHeaders { get; set; }

Property Value

Type Default Description
DevExpress.XtraScheduler.Reporting.HorizontalHeadersControlBase *null*

A DevExpress.XtraScheduler.Reporting.HorizontalHeadersControlBase class descendant instance, representing a horizontal header.

Remarks

Specify the HorizontalHeaders property for proper sizing, scaling and alignment of the time cells and corresponding headers.

See Also