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

TdxGanttControlTaskBaseline Class

A task‘s baseline in the VCL Gantt Control.

#Declaration

Delphi
TdxGanttControlTaskBaseline = class(
    TdxGanttControlElementBaseline
)

#Remarks

A baseline is a copy of task data (start/finish dates, duration, etc.) before you start to work on the project. Baselines allow you to compare the planned project’s schedule to the actual schedule.

Each baseline is associated with a task, so task settings also define its baseline settings.

The following elements also support baselines:

Element

Baseline Class

Resource

TdxGanttControlResourceBaseline

Assignment

TdxGanttControlAssignmentBaseline

Data Model

TdxGanttControlDataModelBaseline (stores baseline data for tasks, resources, and assignments)

#Main API Members

The TdxGanttControlTaskBaseline class API members allow you to adjust the following settings:

The following API members of the task baseline collection reference a TdxGanttControlTaskBaseline object:

See Also