Skip to main content

TdxGanttControlExtendedAttributeValue.Type Property

Specifies the value data type.

Declaration

property &Type: TdxGanttControlExtendedAttributeCFType read;

Property Value

Type Description
TdxGanttControlExtendedAttributeCFType

Enumerates custom field types.

Remarks

Use this property to choose one of the following data types for the custom field’s values:

  • Cost
  • Date
  • Duration
  • Finish
  • Flag
  • Number
  • Start
  • Text

Refer to the TdxGanttControlExtendedAttributeCFType type description for details.

See Also