Skip to main content

TcxTreeListColumn.Summary Property

Provides access to the column’s summary collections.

Declaration

property Summary: TcxTreeListColumnSummary read; write;

Property Value

Type
TcxTreeListColumnSummary

Remarks

Refer to the TcxTreeListColumnSummary class description, to learn about available settings.

To access all column summaries created within the TreeList control, use its Summary property.

See Also