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