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

TcxTreeListSummaryItem.CalculatedColumn Property

Specifies the column that provides values for summary calculations.

#Declaration

Delphi
property CalculatedColumn: TcxTreeListColumn read; write;

#Property Value

Type
TcxTreeListColumn

#Remarks

By default, when a column’s summary is created, the column’s values are used for summary calculations and the CalculatedColumn and Column properties reference this column. You can change the property value to specify another source column for summary calculations.

Use the Visible property to specify whether summary cells are displayed for the summary.

To wrap a summary cell’s text into multiple lines, enable the MultiLine option. Use the AlignHorz and AlignVert properties to adjust the text’s position within a summary cell.

To provide custom display text for summary values, handle the OnGetText event.

See Also