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

DayOfWeekHeaders.TimeCells Property

Gets or sets the HorizontalWeek control associated with the current DayOfWeekHeaders control.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[Browsable(true)]
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public HorizontalWeek TimeCells { get; set; }

Property Value

Type Default Description
HorizontalWeek *null*

A HorizontalWeek object representing a linked control.

Remarks

You should set the TimeCells property to link time cells to headers, and adjust the HorizontalWeek time cells control to the header.

See Also