TdxCustomGanttControl.DataModel Property
Provides access to the control’s data model and its settings.
Declaration
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