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

TdxGanttControlChartView.ShowBaselines(Integer) Method

Displays all baselines with the specified number.

#Declaration

Delphi
procedure ShowBaselines(ANumber: Integer);

#Parameters

Name Type Description
ANumber Integer

A baseline number.

#Remarks

Call this procedure and pass a baseline number as the ANumber parameter to display all baselines that have this number.

You can use the BaselineNumber property instead, but note that the control‘s history does not track the property value change.

#Hide Baselines

Omit from History
Assign -1 to the BaselineNumber property.
Record to History
Call the HideBaselines procedure and pass a baseline number as the ANumber parameter.

Note

The ShowBaselines procedure records an action in the control’s history so a user can undo and redo the corresponding change.

See Also