TdxGanttControlDataModel.Assignments Property
In This Article
Provides access to the project assignment settings.
#Declaration
Delphi
property Assignments: TdxGanttControlAssignments read;
#Property Value
Type |
---|
Tdx |
#Remarks
Assignments store information on how a resource interacts with a task.
Use this property to change assignment settings.
Refer to the TdxGanttControlAssignments class description for details.
See Also