Skip to main content

TdxGanttControlAssignment Class

An assignment in the VCL Gantt Control

Declaration

TdxGanttControlAssignment = class(
    TdxGanttControlModelUIDElement
)

Remarks

The VCL Gantt control allows users to assign one resource or more (consumables, employees, expenses, and so on) to a task.

An assignment is a connection between a resource and task expressed in integer.

The TdxGanttControlAssignment includes the TaskUID and ResourceUID properties that you can use to access a task or resource with the specified identifier.

An assignment collection‘s Items property references a TdxGanttControlAssignment class instance.

See Also