Back to Devexpress

TdxGanttControlTask.ExtendedAttributes Property

vcl-dxganttcontroltasks-dot-tdxganttcontroltask-1bab74d4.md

latest1.1 KB
Original Source

TdxGanttControlTask.ExtendedAttributes Property

Provides access to the list of custom field values.

Declaration

delphi
property ExtendedAttributes: TdxGanttControlExtendedAttributeValues read; write;

Property Value

TypeDescription
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

TdxGanttControlTask Class

TdxGanttControlTask Members

dxGanttControlTasks Unit