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

TdxGanttControlTask.Baselines Property

Provides access to the task baseline collection.

#Declaration

Delphi
property Baselines: TdxGanttControlTaskBaselines read; write;

#Property Value

Type Description
TdxGanttControlTaskBaselines

A task’s baseline collection.

#Remarks

Baselines are data snapshots that allow users to compare the project’s actual progress to the original plan.

A Baseline

Use this property to access the collection that allows you to manage task baselines.

Refer to the TdxGanttControlTaskBaselines class description for more information on how to manage baselines.

#Extra Baseline Types

The following elements also support baselines:

Element

Baseline Collection Class

Resource

TdxGanttControlResourceBaselines

Assignment

TdxGanttControlAssignmentBaselines

Data model

TdxGanttControlDataModelBaselines

See Also