Displays task data in a customizable Gantt Chart control with an optional simple data grid attached.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public class GanttChartView : WebControl, 
	IPostBackDataHandler
Visual Basic (Declaration)
Public Class GanttChartView _
	Inherits WebControl _
	Implements IPostBackDataHandler

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      DlhSoft.Web.UI.WebControls..::.GanttChartView
        DlhSoft.Web.UI.WebControls..::.ScheduleChartView

See Also