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

Specifies the finish date and time for the baseline.

#Declaration

Delphi
property Finish: TDateTime read; write;

#Property Value

Type Description
TDateTime

The date and time scheduled for the baseline’s finish.

#Remarks

Use this property together with Start to set a time limit for a task‘s baseline.

A Baseline's Duration

A difference between the baseline’s start and finish dates corresponds to its duration.

#Implementation Details

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

  • Specify the property value explicitly

  • Assign a finish date to the task associated with the baseline and then call the AssignCurrentValues procedure to update baseline settings

The Finish property’s default value is 12/30/1899.

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