windowsforms-devexpress-dot-xtrascheduler-dot-reporting-0e9a6093.md
A control used to print horizontal captions containing dates.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
public class HorizontalDateHeaders :
HorizontalHeadersControlBase,
ISchedulerDateIterator
Public Class HorizontalDateHeaders
Inherits HorizontalHeadersControlBase
Implements ISchedulerDateIterator
The following members return HorizontalDateHeaders objects:
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 appears.
Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase DevExpress.XtraScheduler.Reporting.HeadersControlBase DevExpress.XtraScheduler.Reporting.HorizontalHeadersControlBase HorizontalDateHeaders
See Also