Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HorizontalDateHeaders Class

A control used to print horizontal captions containing dates.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

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