Removes an item from the collection.
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public void RemoveItem( LoadChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveItem ( _ item As LoadChartItem _ ) |
Parameters
- item
- Type: DlhSoft.Web.UI.WebControls..::.LoadChartItem
The item to remove.