Displays resource and task data in a customizable DataGrid control and an attached Load Chart based on ScheduleChartView separated by a splitter.

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

Syntax

C#
public class LoadChartDataGrid : ScheduleChartDataGrid, 
	ILoadChartView, IScheduleChartView, IGanttChartView
Visual Basic (Declaration)
Public Class LoadChartDataGrid _
	Inherits ScheduleChartDataGrid _
	Implements ILoadChartView, IScheduleChartView, IGanttChartView

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ItemsControl
                System.Windows.Controls.Primitives..::.Selector
                  MultiSelector
                    DataGrid
                      DlhSoft.Windows.Controls..::.GanttChartDataGrid
                        DlhSoft.Windows.Controls..::.ScheduleChartDataGrid
                          DlhSoft.Windows.Controls..::.LoadChartDataGrid

See Also