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

TdxCustomGanttControl.DataModel Property

Provides access to the control’s data model and its settings.

#Declaration

Delphi
property DataModel: TdxGanttControlDataModel read;

#Property Value

Type
TdxGanttControlDataModel

#Remarks

A data model is a data structure that serves to organize the control‘s elements (tasks, resources, assignments, and so on) and define how they relate to each other.

Use this property to change the control’s settings. Refer to the TdxGanttControlDataModel class description for details.

See Also