TdxGanttControlExtendedAttribute.FieldName Property
Specifies the custom field’s name.
Declaration
property FieldName: string read; write;
Property Value
Type | Description |
---|---|
string | A custom field name. |
Remarks
Follow the rules below to allow the control to recognize an attribute name as a custom field:
- A field index must follow the field name (“Cost1”).
- A field index must be positive.
The table below lists the maximum number of fields that you can create for each field type:
Maximum Number | |
---|---|
Cost | 10 |
Date | |
Duration | |
Finish | |
Start | |
Flag | 20 |
Number | |
Text | 30 |
You can use the Alias property to change the column’s display caption.
See Also