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

TdxGanttControlCustomBaseline Class

The base class for baselines in the VCL Gantt Control.

#Declaration

Delphi
TdxGanttControlCustomBaseline = class abstract(TdxGanttControlModelElementListItem)

#Remarks

Baselines are data snapshots that allow users to track how the actual project progress matches the original plan.

A Baseline

The TdxGanttControlCustomBaseline API members allow you to adjust baselines as follows:

  • Get the baseline’s number (Number)
  • Identify the collection that stores the baseline (Owner)
  • Copy the associated element’s settings to the baseline (AssignCurrentValues)

Use the the TdxGanttControlCustomBaseline class descendants to customize baselines for the corresponding elements:

Element

Baseline Class

Task

TdxGanttControlTaskBaseline

Resource

TdxGanttControlResourceBaseline

Assignment

TdxGanttControlAssignmentBaseline

Data Model

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

See Also