GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTask Class / Item Property
Name of the column.

In This Topic
    Item Property (BaseTask)
    In This Topic
    Gets the error message for the property with the given name.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Default Property Item( _
       ByVal columnName As String _
    ) As String
    public abstract string this[ 
       string columnName
    ]; {get;}

    Parameters

    columnName
    Name of the column.

    Property Value

    System.String.
    See Also