TcxGridGroupSummaryLayout Enum
Enumerates group summary text positions in a row.
Declaration
TcxGridGroupSummaryLayout = (
gslStandard,
gslAlignWithColumns,
gslAlignWithColumnsAndDistribute
);
Members
Name | Description | Example |
---|---|---|
gslStandard
|
Group summary text follows the group row’s caption. |
|
gslAlignWithColumns
|
Group summary text is divided into the corresponding columns. The GroupSummaryAlignment property values define group summary text alignments in each column. |
|
gslAlignWithColumnsAndDistribute
|
Group summary text is divided into the corresponding columns. The GroupSummaryAlignment property values define group summary text alignments in each column. If a column contains multiple group summaries, they distribute evenly as individual blocks. |
Remarks
The gslAlignWithColumns and gslAlignWithColumnsAndDistribute options have the same effect on the following elements as the gslStandard option:
A Table View if it has fixed columns.
A Banded Table View if it contains fixed bands or displays multiple band rows.
Merged group rows.