Skip to main content

TdxGanttControlExtendedAttributes.Items Property

Provides indexed access to all custom fields in the collection.

Declaration

property Items[Index: Integer]: TdxGanttControlExtendedAttribute read; default;

Property Value

Type Description
TdxGanttControlExtendedAttribute

A custom field attribute.

Remarks

Use this property to access a custom field whose index in the collection is passed as the Index parameter. You can call the Find function to obtain a custom field with the specified name.

See Also