TcxGridTableOptionsView.GroupSummaryLayout Property
In This Article
Specifies the group summary text position in a row.
#Declaration
Delphi
property GroupSummaryLayout: TcxGridGroupSummaryLayout read; write; default gslStandard;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
gsl |
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