Represents a Load Chart related data collection used internally by LoadChartView and LoadChartDataGrid controls.

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

Syntax

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

Inheritance Hierarchy

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

See Also