TdxGanttControlTask.ExtendedAttributes Property
Provides access to the list of custom field values.
Declaration
property ExtendedAttributes: TdxGanttControlExtendedAttributeValues read; write;
Property Value
Type | Description |
---|---|
TdxGanttControlExtendedAttributeValues | A custom field value collection. |
Remarks
In the VCL Gantt Control, custom fields are extra columns that you can use to add more information about a task (for instance, the costs related to each task or other supplemental descriptions).
Use this property to manage the task’s custom field values. Refer to the TdxGanttControlExtendedAttributeValues class description for details.
See Also