TcxGridGroupSummaryLayout Enum
Enumerates group summary text positions in a row.
#Declaration
TcxGridGroupSummaryLayout = (
gslStandard,
gslAlignWithColumns,
gslAlignWithColumnsAndDistribute
);
#Members
Name | Description | Example |
---|---|---|
gsl
|
Group summary text follows the group row’s caption. |
|
gsl
|
Group summary text is divided into the corresponding columns. The Group |
|
gsl
|
Group summary text is divided into the corresponding columns. The Group |
#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.