Represents a collection of time interval bands.

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

Syntax

C#
public class TimeIntervalBandCollection : IEnumerable<TimeIntervalBand>
Visual Basic (Declaration)
Public Class TimeIntervalBandCollection _
	Implements IEnumerable(Of TimeIntervalBand)

Inheritance Hierarchy

System..::.Object
  DlhSoft.Windows.Controls..::.TimeIntervalBandCollection

See Also