Back to Devexpress

TdxGanttControlResourceType Enum

vcl-dxganttcontrolresources-10536e0a.md

latest620 B
Original Source

TdxGanttControlResourceType Enum

Enumerates resource types.

Declaration

delphi
TdxGanttControlResourceType = (
    Material,
    Work,
    Cost
);

Members

NameDescription
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

dxGanttControlResources Unit