Skip to main content

TdxGanttControlResourceType Enum

Enumerates resource types.

Declaration

TdxGanttControlResourceType = (
    Material,
    Work,
    Cost
);

Members

Name Description
Material

Material resources are consumables (bricks, oil, concrete, and so on) used for a project.

Work

Working resources are people required to accomplish project tasks.

Cost

This includes financial costs that appear during task completion within a project - the cost of equipment, tools, and so on.

See Also