Returns a value indicating whether the specified item has children items.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool HasChildren( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function HasChildren ( _ item As GanttChartItem _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem