Skip to main content

TdxGanttControlExtendedAttributeValue Class

A custom field value.

Declaration

TdxGanttControlExtendedAttributeValue = class(
    TdxGanttControlModelElementListItem
)

Remarks

This class includes API members that allow you to do the following:

  • Specify a display format for the Duration field (DurationFormat)
  • Specify the value data type (Type)
  • Access a field to which the value is related (ExtendedAttribute)
  • Specify the field’s value (Value)

A value collection’s Items property references a TdxGanttControlExtendedAttributeValue object.

See Also