Represents a Schedule Chart related data collection used internally by ScheduleChartView and ScheduleChartDataGrid controls.

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

Syntax

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

Inheritance Hierarchy

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

See Also