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

HorizontalDateHeaders Class

A control used to print horizontal captions containing dates.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[ToolboxBitmap(typeof(XtraSchedulerReport), "Bitmaps256.dateheaders.bmp")]
public class HorizontalDateHeaders :
    HorizontalHeadersControlBase,
    ISchedulerDateIterator

The following members return HorizontalDateHeaders objects:

Remarks

The HorizontalDateHeaders control is designed to provide text captions for the day columns in the day view.

The HorizontalDateHeaders requires that a DayViewTimeCells control is linked to it. The DayViewTimeCells control adjusts its width to match the control of the associated HorizontalDateHeaders.

Identically, the HorizontalDateHeaders adjusts its width to the HorizontalResourceHeaders control to which it is linked via the HorizontalDateHeaders.HorizontalHeaders property. When the control is linked, a link sign ReportControls - Relation icon appears.

ReportControls-HorizontalDateHeaders

Inheritance

Object
MarshalByRefObject
Component
XRControl
DevExpress.XtraScheduler.Reporting.ReportViewControlBase
DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase
DevExpress.XtraScheduler.Reporting.HeadersControlBase
DevExpress.XtraScheduler.Reporting.HorizontalHeadersControlBase
HorizontalDateHeaders
See Also