DayOfWeekHeaders.TimeCells Property
In This Article
Gets or sets the HorizontalWeek control associated with the current DayOfWeekHeaders control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
#Declaration
[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public HorizontalWeek TimeCells { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Horizontal |
null | A Horizontal |
#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