[]
        
(Showing Draft Content)

C1.GanttView.Task.SetFieldValue

SetFieldValue Method

SetFieldValue(string, object)

Sets the value to a custom field.

Declaration
public override sealed bool SetFieldValue(string fieldName, object value)
Parameters
Type Name Description
string fieldName

The field's name.

object value

The value to be set.

Returns
Type Description
bool

True if the value changed, false otherwise.

Overrides