TdxGanttControlExtendedAttributeCFType Enum
Enumerates custom field types.
Declaration
TdxGanttControlExtendedAttributeCFType = (
Cost,
Date,
Duration,
Finish,
Flag,
Number,
Start,
Text,
Unknown
);
Members
Name | Description |
---|---|
Cost
|
Stores currency values. Assign this value to the Type property to display expenses related to a task or resource. |
Date
|
Stores date and time values. |
Duration
|
Stores duration values in an ISO 8601 format. |
Finish
|
Stores the finish date and time. |
Flag
|
Stores Boolean data types. Use it to associate a Yes/No field with a task, resource, or an assignment. |
Number
|
Stores numeric values. |
Start
|
Stores the finish date and time. |
Text
|
Stores string values. Use this field to add extra information about a task or resource. |
Unknown
|
See Also