Skip to main content
A newer version of this page is available. .

FullWeek.VerticalHeaders Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[Browsable(true)]
[DefaultValue(null)]
public VerticalResourceHeaders VerticalHeaders { get; set; }

Property Value

Type Default Description
VerticalResourceHeaders *null*

A VerticalResourceHeaders object representing the associated control.

Remarks

VerticalResourceHeadersFullWeek

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

See Also