Skip to main content

TdxGanttControlResource.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 resource (for instance, the costs related to each resource or other supplemental descriptions).

Use this property to manage the resource’s custom field values. Refer to the TdxGanttControlExtendedAttributeValues class description for details.

See Also