[]
        
(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; }
Public NotOverridable Overrides ReadOnly Default Property Item(columnName As String) As String
Parameters
Type Name Description
string columnName

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

Property Value
Type Description
string

System.String.

Overrides