Removes an item from the collection.

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

Syntax

C#
public void RemoveItem(
	LoadChartItem item
)
Visual Basic (Declaration)
Public Sub RemoveItem ( _
	item As LoadChartItem _
)

Parameters

item
Type: DlhSoft.Web.Mvc..::.LoadChartItem
The item to remove.

See Also