[]
        
(Showing Draft Content)

C1.GanttView.Task.SetColumnError

SetColumnError Method

SetColumnError(string, string)

Sets the error message displayed for a specific column of the task.

Declaration
public void SetColumnError(string columnName, string message)
Parameters
Type Name Description
string columnName

The column name, such as "Task Mode" or "Duration".

string message

The error message.

Remarks

Setting the error message to an empty string removes the ErrorInfo glyph from the column of the task.