Displays task data using a customizable Gantt Chart based on ItemsControl control.

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

Syntax

C#
public class GanttChartView : ItemsControl, 
	IGanttChartView
Visual Basic (Declaration)
Public Class GanttChartView _
	Inherits ItemsControl _
	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
                DlhSoft.Windows.Controls..::.GanttChartView
                  DlhSoft.Windows.Controls..::.ScheduleChartView

See Also