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

DayOfWeekHeaders Class

A control to print headers indicating the days of week.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

public class DayOfWeekHeaders :
    HorizontalHeadersControlBase

#Remarks

The DayOfWeekHeaders is used, linked with the HorizontalWeek control, to print the days of the week. Day of week names are printed in full or short format, depending on the control cell size. When the control is linked, a link sign ReportControls - Relation icon appears.

ReportControls-DayOfWeekHeaders

#Inheritance

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