TdxGanttControlDataModel.Resources Property
Provides access to the resource settings.
Declaration
property Resources: TdxGanttControlResources read;
Property Value
Type |
---|
TdxGanttControlResources |
Remarks
A resource is a tool required to accomplish a task.
For instance, to complete the “Software testing” task, an organization should use human resources such as testers, that is, assign them to the task.
Use this property to change the resource settings.
Refer to the TdxGanttControlResources class description for details.
See Also