GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / Item Property
Name of the column, such as "Task Mode" or "Duration".

In This Topic
    Item Property (Task)
    In This Topic
    Gets the error message for a specific column of the task.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Default Property Item( _
       ByVal columnName As String _
    ) As String
    public override string this[ 
       string columnName
    ]; {get;}

    Parameters

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

    Property Value

    System.String.
    See Also