Removes an item from the collection.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public void RemoveItem( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveItem ( _ item As GanttChartItem _ ) |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem
The item to remove.