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

TdxGanttControlAssignment Class

An assignment in the VCL Gantt Control

#Declaration

Delphi
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