Skip to main content

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.

Standard

gslAlignWithColumns

Group summary text is divided into the corresponding columns. The GroupSummaryAlignment property values define group summary text alignments in each column.

AlignWithColumns

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.

AlignWithColumnsAndDistribute

Remarks

The gslAlignWithColumns and gslAlignWithColumnsAndDistribute options have the same effect on the following elements as the gslStandard option:

See Also