Back to Devexpress

TdxGanttControlResource.ExtendedAttributes Property

vcl-dxganttcontrolresources-dot-tdxganttcontrolresource-a15d3f1c.md

latest1.1 KB
Original Source

TdxGanttControlResource.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 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

TdxGanttControlResource Class

TdxGanttControlResource Members

dxGanttControlResources Unit