[]
        
(Showing Draft Content)

C1.GanttView.Task.Item

this Property

this[string]

Gets the error message for a specific column of the task.

Declaration
public override sealed string this[string columnName] { get; }
Parameters
Type Name Description
string columnName

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

Property Value
Type Description
string

System.String.

Overrides