GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / SetColumnError Method
The column name, such as "Task Mode" or "Duration".
The error message.

In This Topic
    SetColumnError Method (Task)
    In This Topic
    Sets the error message displayed for a specific column of the task.
    Syntax
    'Declaration
     
    Public Sub SetColumnError( _
       ByVal columnName As String, _
       ByVal message As String _
    ) 
    public void SetColumnError( 
       string columnName,
       string message
    )

    Parameters

    columnName
    The column name, such as "Task Mode" or "Duration".
    message
    The error message.
    Remarks
    Setting the error message to an empty string removes the ErrorInfo glyph from the column of the task.
    See Also