Skip to main content
A newer version of this page is available. .

TcxTreeListSummaryItem.CalculatedColumn Property

Specifies the column that provides values for summary calculations.

Declaration

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