Displays task data in a customizable DataTreeGrid based on DataGrid control and an attached GanttChartView 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 GanttChartDataGrid : DataGrid, 
	IGanttChartView
Visual Basic (Declaration)
Public Class GanttChartDataGrid _
	Inherits DataGrid _
	Implements 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

See Also