TdxGanttControlExtendedAttributeValue Class
In This Article
A custom field value.
#Declaration
Delphi
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.
#Inheritance
See Also