Represents an item within a GanttChartView or GanttChartDataGrid control.

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

Syntax

C#
public class GanttChartItem : DataTreeGridItem, 
	IGanttChartItem, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class GanttChartItem _
	Inherits DataTreeGridItem _
	Implements IGanttChartItem, INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls..::.DataTreeGridItem
        DlhSoft.Windows.Controls..::.GanttChartItem
          DlhSoft.Windows.Controls..::.AllocationItem

See Also