Back to Devexpress

HorizontalDateHeaders Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-0e9a6093.md

latest2.8 KB
Original Source

HorizontalDateHeaders Class

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

Declaration

csharp
public class HorizontalDateHeaders :
    HorizontalHeadersControlBase,
    ISchedulerDateIterator
vb
Public Class HorizontalDateHeaders
    Inherits HorizontalHeadersControlBase
    Implements 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 appears.

Inheritance

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

See Also

HorizontalDateHeaders Members

DevExpress.XtraScheduler.Reporting Namespace