Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlExtendedAttributeCFType Enum

In This Article

Enumerates custom field types.

#Declaration

Delphi
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