Gets a collection of time interval bands that are displayed by this GanttChartViewBase. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public TimeIntervalBandCollection ComputedWorkTimeline { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ComputedWorkTimeline As TimeIntervalBandCollection

See Also