TcxGridTableOptionsView.GroupSummaryLayout Property
Specifies the group summary text position in a row.
Declaration
property GroupSummaryLayout: TcxGridGroupSummaryLayout read; write; default gslStandard;
Property Value
| Type | Default | Description |
|---|---|---|
| TcxGridGroupSummaryLayout | gslStandard | A group summary text position. |
Remarks
Refer to the TcxGridGroupSummaryLayout type description for information on available options.
The GroupSummaryLayout property’s default value is gslStandard.
See Also