TcxTreeListColumn.Summary Property
In This Article
Provides access to the column’s summary collections.
#Declaration
Delphi
property Summary: TcxTreeListColumnSummary read; write;
#Property Value
Type |
---|
Tcx |
#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