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.Estimated Property

Specifies if the baseline’s duration is flagged as an estimate.

#Declaration

Delphi
property Estimated: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Set this property to True to denote a duration of a task‘s baseline as approximate.

The main difference between an estimate and regular duration is that the estimate duration has a question mark after its measurement unit (3 days?). The control calculates the estimated duration in the same manner as a regular duration.

#Implementation Details

The control ignores the baseline’s Estimated property value until you do any of the following:

  • Specify the property value explicitly

  • Mark the associated task’s duration as an estimate and then call the AssignCurrentValues procedure

The Estimated property’s default value is False.

Note

You should call the baseline’s AssignCurrentValues procedure every time you change the associated task’s settings. Otherwise, the baseline settings are not updated.

See Also