TdxGanttControlTaskBaseline.Estimated Property
Specifies if the baseline’s duration is flagged as an estimate.
#Declaration
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 Assign