Represents a Gantt Chart related data collection used internally by GanttChartView and GanttChartDataGrid controls.

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

Syntax

C#
public class GanttChartItemCollection : ObservableCollection<GanttChartItem>, 
	IDisposable
Visual Basic (Declaration)
Public Class GanttChartItemCollection _
	Inherits ObservableCollection(Of GanttChartItem) _
	Implements IDisposable

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(GanttChartItem>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(GanttChartItem>)>)
      DlhSoft.Windows.Controls..::.GanttChartItemCollection

See Also