Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDataGroupSummaryItems.Separator Property

Specifies the string which separates individual group summaries in the group panel.

#Declaration

Delphi
property Separator: 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