TcxDataGroupSummaryItems.Separator Property
Specifies the string which separates individual group summaries in the group panel.
Declaration
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