Represents a resource item to be presented in a ScheduleChartView control.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
[SerializableAttribute]
public class ScheduleChartItem : GanttChartItem
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ScheduleChartItem _
	Inherits GanttChartItem

Inheritance Hierarchy

System..::.Object
  DlhSoft.Web.Mvc..::.GanttChartItem
    DlhSoft.Web.Mvc..::.ScheduleChartItem
      DlhSoft.Web.Mvc..::.LoadChartItem

See Also