Skip to main content

DayViewTimeCells.HorizontalHeaders Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[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