DayOfWeekHeaders.TimeCells Property
Gets or sets the HorizontalWeek control associated with the current DayOfWeekHeaders control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.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 |
---|---|---|
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