Represents an item within a LoadChartView or LoadChartDataGrid control.

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

Syntax

C#
public class LoadChartItem : ScheduleChartItem, 
	ILoadChartItem, IScheduleChartItem, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class LoadChartItem _
	Inherits ScheduleChartItem _
	Implements ILoadChartItem, IScheduleChartItem, INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls..::.DataTreeGridItem
        DlhSoft.Windows.Controls..::.ScheduleChartItem
          DlhSoft.Windows.Controls..::.LoadChartItem

See Also