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.v17.2.Reporting.dll

Declaration

[ToolboxTabName("DX.17.2: Scheduler Reporting")]
[ToolboxBitmap(typeof(XtraSchedulerReport), "Bitmaps256.dateheaders.bmp")]
public class HorizontalDateHeaders :
    HorizontalHeadersControlBase,
    ISchedulerDateIterator

The following members accept/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

The following code snippets (auto-collected from DevExpress Examples) contain references to the HorizontalDateHeaders class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

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