Adds an item to the collection.

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

Syntax

C#
public void AddItem(
	ScheduleChartItem item
)
Visual Basic (Declaration)
Public Sub AddItem ( _
	item As ScheduleChartItem _
)

Parameters

item
Type: DlhSoft.Web.Mvc..::.ScheduleChartItem
The item to add.

See Also