Iterates successor items of the specified item in the Gantt Chart related collection (i.e. those that have the specified item defined as a predecessor of any dependency type).
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public IEnumerable<GanttChartItem> GetSuccessors( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSuccessors ( _ item As GanttChartItem _ ) As IEnumerable(Of GanttChartItem) |