Represents an item within a ScheduleChartView or ScheduleChartDataGrid control.

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

Syntax

C#
public class ScheduleChartItem : DataTreeGridItem, 
	IScheduleChartItem, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class ScheduleChartItem _
	Inherits DataTreeGridItem _
	Implements 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