Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlExtendedAttributeValue Class

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.

See Also