C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / BaseObject Class / GetFieldValue Method
Name of the field to get.
Field default value.

In This Topic
GetFieldValue Method (BaseObject)
In This Topic
Gets the value of a custom field.
Syntax
'Declaration
 
Public Overridable Function GetFieldValue( _
   ByVal fieldName As String, _
   ByVal defaultValue As Object _
) As Object
 

Parameters

fieldName
Name of the field to get.
defaultValue
Field default value.

Return Value

The value of the field.
See Also