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

TcxGridGroupSummaryLayout Enum

Enumerates group summary text positions in a row.

#Declaration

Delphi
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