Skip to main content

TcxDataGroupSummaryItems.BeginText Property

Identifies the prefix to add to the summary text in the group panel.

Declaration

property BeginText: 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 the panel 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