Back to Devexpress

FullWeek.VerticalHeaders Property

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

latest2.1 KB
Original Source

FullWeek.VerticalHeaders Property

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

Declaration

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

Property Value

TypeDefaultDescription
VerticalResourceHeadersnull

A VerticalResourceHeaders object representing the associated control.

|

Remarks

You should set the VerticalHeaders property, to ensure that headers are properly aligned and match the time cells.

See Also

HorizontalHeaders

FullWeek Class

FullWeek Members

DevExpress.XtraScheduler.Reporting Namespace