windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-fullweek.md
Gets or sets the VerticalResourceHeaders control associated with the current FullWeek control.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public VerticalResourceHeaders VerticalHeaders { get; set; }
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference)>
Public Property VerticalHeaders As VerticalResourceHeaders
| Type | Default | Description |
|---|---|---|
| VerticalResourceHeaders | null |
A VerticalResourceHeaders object representing the associated control.
|
You should set the VerticalHeaders property, to ensure that headers are properly aligned and match the time cells.
See Also