Skip to main content

TdxGanttControlTask.Baselines Property

Provides access to the task baseline collection.

Declaration

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