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

TdxGanttControlDataModel.Resources Property

Provides access to the resource settings.

#Declaration

Delphi
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