TdxCustomGanttControl Class
The base class for the VCL Gantt Control.
Declaration
TdxCustomGanttControl = class(
TdxGanttControlBase,
IcxStoredParent,
IcxStoredObject
)
Remarks
The VCL Gantt Control is a project management tool that allows users to schedule activities related to project goals.
This class includes the following members that allow you to:
Access the displayed View’s settings (ActiveView).
Import and export a chart (LoadFromFile, LoadFromStream, SaveToFile, and SaveToStream).
Adjust settings of chart, resource sheet and timeline (ViewChart, ViewResourceSheet, and ViewTimeline)
Access the Gantt chart data collection (DataModel).
Do not use this class directly. Use its descendant instead.
Inheritance
See Also