TcxDataGroupSummaryItems.EndText Property
Identifies the suffix to add to the summary text in the group panel.
Declaration
property EndText: string read; write;
Property Value
Type |
---|
string |
Remarks
If group summaries are displayed in the group panel (see TcxDataSummaryItem.Position), they are enclosed with strings specified by the BeginText and EndText properties. Individual group summaries within this text are separated by a Separator.
The following image demonstrates the group summaries in the group panel for which:
BeginText is set to ‘{‘
EndText is set to ‘}’
Separator is set to ‘;’
See Also