ComponentOne GanttView for WinForms
Item Property (BaseTask)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > BaseTask Class : Item Property
Name of the column.
Gets the error message for the property with the given name.
Syntax
'Declaration
 
Public MustOverride ReadOnly Default Property Item( _
   ByVal columnName As System.String _
) As System.String
public abstract System.string this[ 
   System.string columnName
]; {get;}

Parameters

columnName
Name of the column.

Property Value

System.String.
See Also

Reference

BaseTask Class
BaseTask Members