ComponentOne GanttView for WinForms
Item Property (Task)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > Task Class : Item Property
Name of the column, such as "Task Mode" or "Duration".
Gets the error message for a specific column of the task.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Default Property Item( _
   ByVal columnName As System.String _
) As System.String
public override System.string this[ 
   System.string columnName
]; {get;}

Parameters

columnName
Name of the column, such as "Task Mode" or "Duration".

Property Value

System.String.
See Also

Reference

Task Class
Task Members