Gets the task in the TaskGanttChartViewBase that wraps the specified item.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
public Task this[ Object item ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ item As Object _ ) As Task |
Parameters
- item
- Type: System..::.Object
The item to get the task for.