Back to Devexpress

DayOfWeekHeaders.TimeCells Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayofweekheaders-4619508c.md

latest1.9 KB
Original Source

DayOfWeekHeaders.TimeCells Property

Gets or sets the HorizontalWeek control associated with the current DayOfWeekHeaders 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 HorizontalWeek TimeCells { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference)>
Public Property TimeCells As HorizontalWeek

Property Value

TypeDefaultDescription
HorizontalWeeknull

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

View

DayOfWeekHeaders Class

DayOfWeekHeaders Members

DevExpress.XtraScheduler.Reporting Namespace