TcxTreeListSummary.GroupFooterSummaryTexts Property
Provides access to display values of group summaries calculated for a specified node.
Declaration
property GroupFooterSummaryTexts[ASummaryItem: TcxTreeListSummaryItem; ANode: TcxTreeListNode]: string read;
Property Value
Type | Description |
---|---|
string | A display text string of a group summary value. |
Remarks
The ASummaryItem
parameter identifies the group summary whose display value is to be obtained. To access a certain group summary within the TreeList control, use the GroupFooterSummaryItems collection.
The ANode
parameter identifies the node for which the group summary is calculated.
To obtain the value corresponding to a group summary, use the GroupFooterSummaryValues collection.
Note
The GroupFooterSummaryTexts
property value corresponds to the summary value formatted according to the Kind and Format properties. To provide custom display text for summary values, handle the summary’s OnGetText event.
See Also