Back to Devexpress

FullWeek.HorizontalHeaders Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-fullweek-94cf1606.md

latest2.1 KB
Original Source

FullWeek.HorizontalHeaders Property

Gets or sets the HorizontalResourceHeaders control associated with the current FullWeek control.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public HorizontalResourceHeaders HorizontalHeaders { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference)>
Public Property HorizontalHeaders As HorizontalResourceHeaders

Property Value

TypeDefaultDescription
HorizontalResourceHeadersnull

A HorizontalResourceHeaders object representing the associated control.

|

Remarks

You should set the HorizontalHeaders property to ensure that headers are properly aligned and synchronized with time cells.

See Also

VerticalHeaders

FullWeek Class

FullWeek Members

DevExpress.XtraScheduler.Reporting Namespace